Skip to content
1440px

in to px

px = in × 96 — with a live converter and the full table.

Formula
px = in × 96

7in = 672px. CSS defines this ratio as fixed.

Ninety-six CSS pixels to the inch, always.

Converter

in to px conversion table

in to px — exact values
inpxRounded
0.25in24px24px
0.5in48px48px
0.75in72px72px
1in96px96px
1.5in144px144px
2in192px192px
2.5in240px240px
3in288px288px
4in384px384px
5in480px480px
6in576px576px
7in672px672px
8in768px768px
8.5in816px816px
10in960px960px
11in1056px1056px
12in1152px1152px
14in1344px1344px
16in1536px1536px
17in1632px1632px
20in1920px1920px
24in2304px2304px

Questions

How do I convert in to px?

px = in × 96. So 7in = 672px.

Is the in to px conversion exact?

Yes, for CSS. The specification fixes 1in = 96px, which pins every absolute unit to a fixed ratio regardless of the physical display. It is not a physical measurement — a CSS inch on a phone is not an inch of glass. For real-world output size use the DPI calculator instead.

How do I convert px back to in?

Invert the formula, or use the px to in converter.

Other conversions

Conversions follow the CSS Values and Units specification, in which 1in is defined as exactly 96px. Values are computed, not tabulated by hand.