Shades of Neon Pink #F259C5
Tints of Neon Pink #F259C5
RGB
CMYK
RGB Variations
Color information
#F259C5 (or 0xF259C5) is known color: Neon Pink. HEX triplet: F2, 59 and C5. RGB value is (242,89,197). Sum of RGB (Red+Green+Blue) = 242+89+197=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F259C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259C5 is #0DA63A. Grayscale: #929292. Windows color (decimal): -894523 or 12933618. OLE color: 12933618.
HSL color Cylindrical-coordinate representation of color #F259C5: hue angle of 317.65º 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 #F259C5 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 197 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.05 |
| HSL | 317.65º | 0.85% | 0.65% | - |
| HSV(B) | 317.65º | 0.63% | 0.95% | - |
| XYZ | 50.27 | 30.05 | 55.97 | - |
| YUV | 147.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 197 | 0 | 0.63 | 0.19 | 0.05 | 317.65 | 0.85 | 0.65 |
| Hex | F2 | 59 | C5 | 0 | 3F | 13 | 5 | 13E | 55 | 41 |
| Octal | 362 | 131 | 305 | 0 | 77 | 23 | 5 | 476 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11000101 | 0 | 111111 | 10011 | 101 | 100111110 | 1010101 | 1000001 |
Color Harmonies of #F259C5
Complementary color
Monochromatic Colors of #F259C5
Black with #F259C5
Text Example
Text Example
White with #F259C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259C5; }
p { color: rgb(242,89,197); }
H1.HeaderClassName
{
color: #F259C5;
}
.AnyTagClassName
{
color: #F259C5;
}
</style>
background-color css
<style>
a { background-color: #F259C5; }
a { background-color: rgb(242,89,197); }
div.DivClassName
{
background-color: #F259C5;
}
.BgClassName
{
background-color: #F259C5;
}
</style>
border-color css
<style>
span { border-color: #F259C5; }
span { border-color: rgb(242,89,197); }
td.TdClassName
{
border-color: #F259C5;
}
.TagClassName
{
border-color: #F259C5;
}
</style>