Shades of Neon Pink #F85BCC
Tints of Neon Pink #F85BCC
RGB
CMYK
RGB Variations
Color information
#F85BCC (or 0xF85BCC) is known color: Neon Pink. HEX triplet: F8, 5B and CC. RGB value is (248,91,204). Sum of RGB (Red+Green+Blue) = 248+91+204=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BCC is #07A433. Grayscale: #969696. Windows color (decimal): -500788 or 13392888. OLE color: 13392888.
HSL color Cylindrical-coordinate representation of color #F85BCC: hue angle of 316.82º 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 #F85BCC is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 91 | 204 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.03 |
| HSL | 316.82º | 0.92% | 0.66% | - |
| HSV(B) | 316.82º | 0.63% | 0.97% | - |
| XYZ | 53.35 | 31.8 | 60.45 | - |
| YUV | 150.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 91 | 204 | 0 | 0.63 | 0.18 | 0.03 | 316.82 | 0.92 | 0.66 |
| Hex | F8 | 5B | CC | 0 | 3F | 12 | 3 | 13D | 5C | 42 |
| Octal | 370 | 133 | 314 | 0 | 77 | 22 | 3 | 475 | 134 | 102 |
| Binary | 11111000 | 1011011 | 11001100 | 0 | 111111 | 10010 | 11 | 100111101 | 1011100 | 1000010 |
Color Harmonies of #F85BCC
Complementary color
Monochromatic Colors of #F85BCC
Black with #F85BCC
Text Example
Text Example
White with #F85BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85BCC; }
p { color: rgb(248,91,204); }
H1.HeaderClassName
{
color: #F85BCC;
}
.AnyTagClassName
{
color: #F85BCC;
}
</style>
background-color css
<style>
a { background-color: #F85BCC; }
a { background-color: rgb(248,91,204); }
div.DivClassName
{
background-color: #F85BCC;
}
.BgClassName
{
background-color: #F85BCC;
}
</style>
border-color css
<style>
span { border-color: #F85BCC; }
span { border-color: rgb(248,91,204); }
td.TdClassName
{
border-color: #F85BCC;
}
.TagClassName
{
border-color: #F85BCC;
}
</style>