23 PX to PT
Result
23 px = 17.25 pt
Explanation
- Pixels — 23
To convert 23 pixels to points you need to multiply pixels value by 0.75, in our case: 23 × 0.75. In result we'll receive that 23 px is equal to 17.25 points (pt)
CSS code for 23 PX to PT
p { font-size: 17.25pt }
HTML (inline CSS):
<p style="font-size: 17.25pt">Hello World<p>