Shades of Neon Pink #F85FCC
Tints of Neon Pink #F85FCC
RGB
CMYK
RGB Variations
Color information
#F85FCC (or 0xF85FCC) is known color: Neon Pink. HEX triplet: F8, 5F and CC. RGB value is (248,95,204). Sum of RGB (Red+Green+Blue) = 248+95+204=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FCC is #07A033. Grayscale: #989898. Windows color (decimal): -499764 or 13393912. OLE color: 13393912.
HSL color Cylindrical-coordinate representation of color #F85FCC: hue angle of 317.25º 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 #F85FCC is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 95 | 204 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.03 |
| HSL | 317.25º | 0.92% | 0.67% | - |
| HSV(B) | 317.25º | 0.62% | 0.97% | - |
| XYZ | 53.7 | 32.5 | 60.57 | - |
| YUV | 153.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 95 | 204 | 0 | 0.62 | 0.18 | 0.03 | 317.25 | 0.92 | 0.67 |
| Hex | F8 | 5F | CC | 0 | 3E | 12 | 3 | 13D | 5C | 43 |
| Octal | 370 | 137 | 314 | 0 | 76 | 22 | 3 | 475 | 134 | 103 |
| Binary | 11111000 | 1011111 | 11001100 | 0 | 111110 | 10010 | 11 | 100111101 | 1011100 | 1000011 |
Color Harmonies of #F85FCC
Complementary color
Monochromatic Colors of #F85FCC
Black with #F85FCC
Text Example
Text Example
White with #F85FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85FCC; }
p { color: rgb(248,95,204); }
H1.HeaderClassName
{
color: #F85FCC;
}
.AnyTagClassName
{
color: #F85FCC;
}
</style>
background-color css
<style>
a { background-color: #F85FCC; }
a { background-color: rgb(248,95,204); }
div.DivClassName
{
background-color: #F85FCC;
}
.BgClassName
{
background-color: #F85FCC;
}
</style>
border-color css
<style>
span { border-color: #F85FCC; }
span { border-color: rgb(248,95,204); }
td.TdClassName
{
border-color: #F85FCC;
}
.TagClassName
{
border-color: #F85FCC;
}
</style>