Shades of Neon Pink #F856C8
Tints of Neon Pink #F856C8
RGB
CMYK
RGB Variations
Color information
#F856C8 (or 0xF856C8) is known color: Neon Pink. HEX triplet: F8, 56 and C8. RGB value is (248,86,200). Sum of RGB (Red+Green+Blue) = 248+86+200=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F856C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856C8 is #07A937. Grayscale: #939393. Windows color (decimal): -502072 or 13129464. OLE color: 13129464.
HSL color Cylindrical-coordinate representation of color #F856C8: hue angle of 317.78º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F856C8 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 200 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.03 |
| HSL | 317.78º | 0.92% | 0.65% | - |
| HSV(B) | 317.78º | 0.65% | 0.97% | - |
| XYZ | 52.46 | 30.78 | 57.82 | - |
| YUV | 147.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 200 | 0 | 0.65 | 0.19 | 0.03 | 317.78 | 0.92 | 0.65 |
| Hex | F8 | 56 | C8 | 0 | 41 | 13 | 3 | 13E | 5C | 41 |
| Octal | 370 | 126 | 310 | 0 | 101 | 23 | 3 | 476 | 134 | 101 |
| Binary | 11111000 | 1010110 | 11001000 | 0 | 1000001 | 10011 | 11 | 100111110 | 1011100 | 1000001 |
Color Harmonies of #F856C8
Complementary color
Monochromatic Colors of #F856C8
Black with #F856C8
Text Example
Text Example
White with #F856C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F856C8; }
p { color: rgb(248,86,200); }
H1.HeaderClassName
{
color: #F856C8;
}
.AnyTagClassName
{
color: #F856C8;
}
</style>
background-color css
<style>
a { background-color: #F856C8; }
a { background-color: rgb(248,86,200); }
div.DivClassName
{
background-color: #F856C8;
}
.BgClassName
{
background-color: #F856C8;
}
</style>
border-color css
<style>
span { border-color: #F856C8; }
span { border-color: rgb(248,86,200); }
td.TdClassName
{
border-color: #F856C8;
}
.TagClassName
{
border-color: #F856C8;
}
</style>