Shades of Neon Pink #F259C0
Tints of Neon Pink #F259C0
RGB
CMYK
RGB Variations
Color information
#F259C0 (or 0xF259C0) is known color: Neon Pink. HEX triplet: F2, 59 and C0. RGB value is (242,89,192). Sum of RGB (Red+Green+Blue) = 242+89+192=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F259C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259C0 is #0DA63F. Grayscale: #929292. Windows color (decimal): -894528 or 12605938. OLE color: 12605938.
HSL color Cylindrical-coordinate representation of color #F259C0: hue angle of 319.61º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F259C0 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 192 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.05 |
| HSL | 319.61º | 0.85% | 0.65% | - |
| HSV(B) | 319.61º | 0.63% | 0.95% | - |
| XYZ | 49.7 | 29.83 | 53.01 | - |
| YUV | 146.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 192 | 0 | 0.63 | 0.21 | 0.05 | 319.61 | 0.85 | 0.65 |
| Hex | F2 | 59 | C0 | 0 | 3F | 15 | 5 | 140 | 55 | 41 |
| Octal | 362 | 131 | 300 | 0 | 77 | 25 | 5 | 500 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11000000 | 0 | 111111 | 10101 | 101 | 101000000 | 1010101 | 1000001 |
Color Harmonies of #F259C0
Complementary color
Monochromatic Colors of #F259C0
Black with #F259C0
Text Example
Text Example
White with #F259C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259C0; }
p { color: rgb(242,89,192); }
H1.HeaderClassName
{
color: #F259C0;
}
.AnyTagClassName
{
color: #F259C0;
}
</style>
background-color css
<style>
a { background-color: #F259C0; }
a { background-color: rgb(242,89,192); }
div.DivClassName
{
background-color: #F259C0;
}
.BgClassName
{
background-color: #F259C0;
}
</style>
border-color css
<style>
span { border-color: #F259C0; }
span { border-color: rgb(242,89,192); }
td.TdClassName
{
border-color: #F259C0;
}
.TagClassName
{
border-color: #F259C0;
}
</style>