Shades of Neon Pink #F062CA
Tints of Neon Pink #F062CA
RGB
CMYK
RGB Variations
Color information
#F062CA (or 0xF062CA) is known color: Neon Pink. HEX triplet: F0, 62 and CA. RGB value is (240,98,202). Sum of RGB (Red+Green+Blue) = 240+98+202=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F062CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F062CA is #0F9D35. Grayscale: #989898. Windows color (decimal): -1023286 or 13263600. OLE color: 13263600.
HSL color Cylindrical-coordinate representation of color #F062CA: hue angle of 316.06º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F062CA is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 98 | 202 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.06 |
| HSL | 316.06º | 0.83% | 0.66% | - |
| HSV(B) | 316.06º | 0.59% | 0.94% | - |
| XYZ | 50.96 | 31.52 | 59.28 | - |
| YUV | 152.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 202 | 0 | 0.59 | 0.16 | 0.06 | 316.06 | 0.83 | 0.66 |
| Hex | F0 | 62 | CA | 0 | 3B | 10 | 6 | 13C | 53 | 42 |
| Octal | 360 | 142 | 312 | 0 | 73 | 20 | 6 | 474 | 123 | 102 |
| Binary | 11110000 | 1100010 | 11001010 | 0 | 111011 | 10000 | 110 | 100111100 | 1010011 | 1000010 |
Color Harmonies of #F062CA
Complementary color
Monochromatic Colors of #F062CA
Black with #F062CA
Text Example
Text Example
White with #F062CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062CA; }
p { color: rgb(240,98,202); }
H1.HeaderClassName
{
color: #F062CA;
}
.AnyTagClassName
{
color: #F062CA;
}
</style>
background-color css
<style>
a { background-color: #F062CA; }
a { background-color: rgb(240,98,202); }
div.DivClassName
{
background-color: #F062CA;
}
.BgClassName
{
background-color: #F062CA;
}
</style>
border-color css
<style>
span { border-color: #F062CA; }
span { border-color: rgb(240,98,202); }
td.TdClassName
{
border-color: #F062CA;
}
.TagClassName
{
border-color: #F062CA;
}
</style>