Shades of Neon Pink #F855C9
Tints of Neon Pink #F855C9
RGB
CMYK
RGB Variations
Color information
#F855C9 (or 0xF855C9) is known color: Neon Pink. HEX triplet: F8, 55 and C9. RGB value is (248,85,201). Sum of RGB (Red+Green+Blue) = 248+85+201=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F855C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F855C9 is #07AA36. Grayscale: #929292. Windows color (decimal): -502327 or 13194744. OLE color: 13194744.
HSL color Cylindrical-coordinate representation of color #F855C9: hue angle of 317.3º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F855C9 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 201 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.03 |
| HSL | 317.3º | 0.92% | 0.65% | - |
| HSV(B) | 317.3º | 0.66% | 0.97% | - |
| XYZ | 52.5 | 30.67 | 58.41 | - |
| YUV | 146.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 201 | 0 | 0.66 | 0.19 | 0.03 | 317.3 | 0.92 | 0.65 |
| Hex | F8 | 55 | C9 | 0 | 42 | 13 | 3 | 13D | 5C | 41 |
| Octal | 370 | 125 | 311 | 0 | 102 | 23 | 3 | 475 | 134 | 101 |
| Binary | 11111000 | 1010101 | 11001001 | 0 | 1000010 | 10011 | 11 | 100111101 | 1011100 | 1000001 |
Color Harmonies of #F855C9
Complementary color
Monochromatic Colors of #F855C9
Black with #F855C9
Text Example
Text Example
White with #F855C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F855C9; }
p { color: rgb(248,85,201); }
H1.HeaderClassName
{
color: #F855C9;
}
.AnyTagClassName
{
color: #F855C9;
}
</style>
background-color css
<style>
a { background-color: #F855C9; }
a { background-color: rgb(248,85,201); }
div.DivClassName
{
background-color: #F855C9;
}
.BgClassName
{
background-color: #F855C9;
}
</style>
border-color css
<style>
span { border-color: #F855C9; }
span { border-color: rgb(248,85,201); }
td.TdClassName
{
border-color: #F855C9;
}
.TagClassName
{
border-color: #F855C9;
}
</style>