Neon Red
#ff073a
Neon Red is a color with the hex code #ff073a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff073a | |
|---|---|---|
| RGB | rgb(255, 7, 58) | |
| HSL | hsl(348, 100%, 51%) | |
| CMYK | cmyk(0%, 97%, 77%, 0%) | |
| LAB | lab(55, 81, 46) | |
| OKLCH | oklch(0.63 0.253 22) |
Color harmonies
Tints & shades
Code snippets
color: #ff073a;
background-color: #ff073a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF073A)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.03, blue: 0.23, alpha: 1.0)