Shades of Neon Pink #F259C7
Tints of Neon Pink #F259C7
RGB
CMYK
RGB Variations
Color information
#F259C7 (or 0xF259C7) is known color: Neon Pink. HEX triplet: F2, 59 and C7. RGB value is (242,89,199). Sum of RGB (Red+Green+Blue) = 242+89+199=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F259C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F259C7 is #0DA638. Grayscale: #939393. Windows color (decimal): -894521 or 13064690. OLE color: 13064690.
HSL color Cylindrical-coordinate representation of color #F259C7: hue angle of 316.86º 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 #F259C7 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 199 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.05 |
| HSL | 316.86º | 0.85% | 0.65% | - |
| HSV(B) | 316.86º | 0.63% | 0.95% | - |
| XYZ | 50.5 | 30.15 | 57.19 | - |
| YUV | 147.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 199 | 0 | 0.63 | 0.18 | 0.05 | 316.86 | 0.85 | 0.65 |
| Hex | F2 | 59 | C7 | 0 | 3F | 12 | 5 | 13D | 55 | 41 |
| Octal | 362 | 131 | 307 | 0 | 77 | 22 | 5 | 475 | 125 | 101 |
| Binary | 11110010 | 1011001 | 11000111 | 0 | 111111 | 10010 | 101 | 100111101 | 1010101 | 1000001 |
Color Harmonies of #F259C7
Complementary color
Monochromatic Colors of #F259C7
Black with #F259C7
Text Example
Text Example
White with #F259C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F259C7; }
p { color: rgb(242,89,199); }
H1.HeaderClassName
{
color: #F259C7;
}
.AnyTagClassName
{
color: #F259C7;
}
</style>
background-color css
<style>
a { background-color: #F259C7; }
a { background-color: rgb(242,89,199); }
div.DivClassName
{
background-color: #F259C7;
}
.BgClassName
{
background-color: #F259C7;
}
</style>
border-color css
<style>
span { border-color: #F259C7; }
span { border-color: rgb(242,89,199); }
td.TdClassName
{
border-color: #F259C7;
}
.TagClassName
{
border-color: #F259C7;
}
</style>