Shades of Neon Pink #F259C6
Tints of Neon Pink #F259C6
RGB
CMYK
RGB Variations
Color information
#F259C6 (or 0xF259C6) is known color: Neon Pink. HEX triplet: F2, 59 and C6. RGB value is (242,89,198). Sum of RGB (Red+Green+Blue) = 242+89+198=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F259C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259C6 is #0DA639. Grayscale: #929292. Windows color (decimal): -894522 or 12999154. OLE color: 12999154.
HSL color Cylindrical-coordinate representation of color #F259C6: hue angle of 317.25º 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 #F259C6 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 198 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.05 |
| HSL | 317.25º | 0.85% | 0.65% | - |
| HSV(B) | 317.25º | 0.63% | 0.95% | - |
| XYZ | 50.38 | 30.1 | 56.58 | - |
| YUV | 147.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 198 | 0 | 0.63 | 0.18 | 0.05 | 317.25 | 0.85 | 0.65 |
| Hex | F2 | 59 | C6 | 0 | 3F | 12 | 5 | 13D | 55 | 41 |
| Octal | 362 | 131 | 306 | 0 | 77 | 22 | 5 | 475 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11000110 | 0 | 111111 | 10010 | 101 | 100111101 | 1010101 | 1000001 |
Color Harmonies of #F259C6
Complementary color
Monochromatic Colors of #F259C6
Black with #F259C6
Text Example
Text Example
White with #F259C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259C6; }
p { color: rgb(242,89,198); }
H1.HeaderClassName
{
color: #F259C6;
}
.AnyTagClassName
{
color: #F259C6;
}
</style>
background-color css
<style>
a { background-color: #F259C6; }
a { background-color: rgb(242,89,198); }
div.DivClassName
{
background-color: #F259C6;
}
.BgClassName
{
background-color: #F259C6;
}
</style>
border-color css
<style>
span { border-color: #F259C6; }
span { border-color: rgb(242,89,198); }
td.TdClassName
{
border-color: #F259C6;
}
.TagClassName
{
border-color: #F259C6;
}
</style>