Shades of Neon Pink #FF62C4
Tints of Neon Pink #FF62C4
RGB
CMYK
RGB Variations
Color information
#FF62C4 (or 0xFF62C4) is known color: Neon Pink. HEX triplet: FF, 62 and C4. RGB value is (255,98,196). Sum of RGB (Red+Green+Blue) = 255+98+196=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF62C4 is #009D3B. Grayscale: #9B9B9B. Windows color (decimal): -40252 or 12870399. OLE color: 12870399.
HSL color Cylindrical-coordinate representation of color #FF62C4: hue angle of 322.55º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF62C4 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 196 | - |
| CMYK | 0 | 0.62 | 0.23 | 0 |
| HSL | 322.55º | 1% | 0.69% | - |
| HSV(B) | 322.55º | 0.62% | 1% | - |
| XYZ | 55.57 | 33.98 | 55.85 | - |
| YUV | 156.12 | 150.51 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 196 | 0 | 0.62 | 0.23 | 0 | 322.55 | 1 | 0.69 |
| Hex | FF | 62 | C4 | 0 | 3E | 17 | 0 | 143 | 64 | 45 |
| Octal | 377 | 142 | 304 | 0 | 76 | 27 | 0 | 503 | 144 | 105 |
| Binary | 11111111 | 1100010 | 11000100 | 0 | 111110 | 10111 | 0 | 101000011 | 1100100 | 1000101 |
Color Harmonies of #FF62C4
Complementary color
Monochromatic Colors of #FF62C4
Black with #FF62C4
Text Example
Text Example
White with #FF62C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62C4; }
p { color: rgb(255,98,196); }
H1.HeaderClassName
{
color: #FF62C4;
}
.AnyTagClassName
{
color: #FF62C4;
}
</style>
background-color css
<style>
a { background-color: #FF62C4; }
a { background-color: rgb(255,98,196); }
div.DivClassName
{
background-color: #FF62C4;
}
.BgClassName
{
background-color: #FF62C4;
}
</style>
border-color css
<style>
span { border-color: #FF62C4; }
span { border-color: rgb(255,98,196); }
td.TdClassName
{
border-color: #FF62C4;
}
.TagClassName
{
border-color: #FF62C4;
}
</style>