Shades of Neon Pink #F85DCC
Tints of Neon Pink #F85DCC
RGB
CMYK
RGB Variations
Color information
#F85DCC (or 0xF85DCC) is known color: Neon Pink. HEX triplet: F8, 5D and CC. RGB value is (248,93,204). Sum of RGB (Red+Green+Blue) = 248+93+204=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DCC is #07A233. Grayscale: #979797. Windows color (decimal): -500276 or 13393400. OLE color: 13393400.
HSL color Cylindrical-coordinate representation of color #F85DCC: hue angle of 317.03º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85DCC is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 204 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.03 |
| HSL | 317.03º | 0.92% | 0.67% | - |
| HSV(B) | 317.03º | 0.63% | 0.97% | - |
| XYZ | 53.52 | 32.14 | 60.51 | - |
| YUV | 152 | 157.35 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 204 | 0 | 0.62 | 0.18 | 0.03 | 317.03 | 0.92 | 0.67 |
| Hex | F8 | 5D | CC | 0 | 3E | 12 | 3 | 13D | 5C | 43 |
| Octal | 370 | 135 | 314 | 0 | 76 | 22 | 3 | 475 | 134 | 103 |
| Binary | 11111000 | 1011101 | 11001100 | 0 | 111110 | 10010 | 11 | 100111101 | 1011100 | 1000011 |
Color Harmonies of #F85DCC
Complementary color
Monochromatic Colors of #F85DCC
Black with #F85DCC
Text Example
Text Example
White with #F85DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85DCC; }
p { color: rgb(248,93,204); }
H1.HeaderClassName
{
color: #F85DCC;
}
.AnyTagClassName
{
color: #F85DCC;
}
</style>
background-color css
<style>
a { background-color: #F85DCC; }
a { background-color: rgb(248,93,204); }
div.DivClassName
{
background-color: #F85DCC;
}
.BgClassName
{
background-color: #F85DCC;
}
</style>
border-color css
<style>
span { border-color: #F85DCC; }
span { border-color: rgb(248,93,204); }
td.TdClassName
{
border-color: #F85DCC;
}
.TagClassName
{
border-color: #F85DCC;
}
</style>