Shades of Neon Pink #F85BC8
Tints of Neon Pink #F85BC8
RGB
CMYK
RGB Variations
Color information
#F85BC8 (or 0xF85BC8) is known color: Neon Pink. HEX triplet: F8, 5B and C8. RGB value is (248,91,200). Sum of RGB (Red+Green+Blue) = 248+91+200=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BC8 is #07A437. Grayscale: #969696. Windows color (decimal): -500792 or 13130744. OLE color: 13130744.
HSL color Cylindrical-coordinate representation of color #F85BC8: hue angle of 318.34º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BC8 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 200 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.03 |
| HSL | 318.34º | 0.92% | 0.66% | - |
| HSV(B) | 318.34º | 0.63% | 0.97% | - |
| XYZ | 52.88 | 31.61 | 57.96 | - |
| YUV | 150.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 200 | 0 | 0.63 | 0.19 | 0.03 | 318.34 | 0.92 | 0.66 |
| Hex | F8 | 5B | C8 | 0 | 3F | 13 | 3 | 13E | 5C | 42 |
| Octal | 370 | 133 | 310 | 0 | 77 | 23 | 3 | 476 | 134 | 102 |
| Binary | 11111000 | 1011011 | 11001000 | 0 | 111111 | 10011 | 11 | 100111110 | 1011100 | 1000010 |
Color Harmonies of #F85BC8
Complementary color
Monochromatic Colors of #F85BC8
Black with #F85BC8
Text Example
Text Example
White with #F85BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BC8; }
p { color: rgb(248,91,200); }
H1.HeaderClassName
{
color: #F85BC8;
}
.AnyTagClassName
{
color: #F85BC8;
}
</style>
background-color css
<style>
a { background-color: #F85BC8; }
a { background-color: rgb(248,91,200); }
div.DivClassName
{
background-color: #F85BC8;
}
.BgClassName
{
background-color: #F85BC8;
}
</style>
border-color css
<style>
span { border-color: #F85BC8; }
span { border-color: rgb(248,91,200); }
td.TdClassName
{
border-color: #F85BC8;
}
.TagClassName
{
border-color: #F85BC8;
}
</style>