Shades of Neon Pink #F858C9
Tints of Neon Pink #F858C9
RGB
CMYK
RGB Variations
Color information
#F858C9 (or 0xF858C9) is known color: Neon Pink. HEX triplet: F8, 58 and C9. RGB value is (248,88,201). Sum of RGB (Red+Green+Blue) = 248+88+201=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F858C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858C9 is #07A736. Grayscale: #949494. Windows color (decimal): -501559 or 13195512. OLE color: 13195512.
HSL color Cylindrical-coordinate representation of color #F858C9: hue angle of 317.62º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858C9 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 201 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.03 |
| HSL | 317.63º | 0.92% | 0.66% | - |
| HSV(B) | 317.63º | 0.65% | 0.97% | - |
| XYZ | 52.74 | 31.15 | 58.49 | - |
| YUV | 148.72 | 157.51 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 201 | 0 | 0.65 | 0.19 | 0.03 | 317.63 | 0.92 | 0.66 |
| Hex | F8 | 58 | C9 | 0 | 41 | 13 | 3 | 13E | 5C | 42 |
| Octal | 370 | 130 | 311 | 0 | 101 | 23 | 3 | 476 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11001001 | 0 | 1000001 | 10011 | 11 | 100111110 | 1011100 | 1000010 |
Color Harmonies of #F858C9
Complementary color
Monochromatic Colors of #F858C9
Black with #F858C9
Text Example
Text Example
White with #F858C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858C9; }
p { color: rgb(248,88,201); }
H1.HeaderClassName
{
color: #F858C9;
}
.AnyTagClassName
{
color: #F858C9;
}
</style>
background-color css
<style>
a { background-color: #F858C9; }
a { background-color: rgb(248,88,201); }
div.DivClassName
{
background-color: #F858C9;
}
.BgClassName
{
background-color: #F858C9;
}
</style>
border-color css
<style>
span { border-color: #F858C9; }
span { border-color: rgb(248,88,201); }
td.TdClassName
{
border-color: #F858C9;
}
.TagClassName
{
border-color: #F858C9;
}
</style>