Shades of Neon Pink #F059C0
Tints of Neon Pink #F059C0
RGB
CMYK
RGB Variations
Color information
#F059C0 (or 0xF059C0) is known color: Neon Pink. HEX triplet: F0, 59 and C0. RGB value is (240,89,192). Sum of RGB (Red+Green+Blue) = 240+89+192=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F059C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059C0 is #0FA63F. Grayscale: #919191. Windows color (decimal): -1025600 or 12605936. OLE color: 12605936.
HSL color Cylindrical-coordinate representation of color #F059C0: hue angle of 319.07º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F059C0 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 192 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.06 |
| HSL | 319.07º | 0.83% | 0.65% | - |
| HSV(B) | 319.07º | 0.63% | 0.94% | - |
| XYZ | 49.02 | 29.48 | 52.97 | - |
| YUV | 145.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 192 | 0 | 0.63 | 0.20 | 0.06 | 319.07 | 0.83 | 0.65 |
| Hex | F0 | 59 | C0 | 0 | 3F | 14 | 6 | 13F | 53 | 41 |
| Octal | 360 | 131 | 300 | 0 | 77 | 24 | 6 | 477 | 123 | 101 |
| Binary | 11110000 | 1011001 | 11000000 | 0 | 111111 | 10100 | 110 | 100111111 | 1010011 | 1000001 |
Color Harmonies of #F059C0
Complementary color
Monochromatic Colors of #F059C0
Black with #F059C0
Text Example
Text Example
White with #F059C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F059C0; }
p { color: rgb(240,89,192); }
H1.HeaderClassName
{
color: #F059C0;
}
.AnyTagClassName
{
color: #F059C0;
}
</style>
background-color css
<style>
a { background-color: #F059C0; }
a { background-color: rgb(240,89,192); }
div.DivClassName
{
background-color: #F059C0;
}
.BgClassName
{
background-color: #F059C0;
}
</style>
border-color css
<style>
span { border-color: #F059C0; }
span { border-color: rgb(240,89,192); }
td.TdClassName
{
border-color: #F059C0;
}
.TagClassName
{
border-color: #F059C0;
}
</style>