Shades of Neon Pink #F85EC8
Tints of Neon Pink #F85EC8
RGB
CMYK
RGB Variations
Color information
#F85EC8 (or 0xF85EC8) is known color: Neon Pink. HEX triplet: F8, 5E and C8. RGB value is (248,94,200). Sum of RGB (Red+Green+Blue) = 248+94+200=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 94 (37.11% from 255 or 17.34% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F85EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85EC8 is #07A137. Grayscale: #979797. Windows color (decimal): -500024 or 13131512. OLE color: 13131512.
HSL color Cylindrical-coordinate representation of color #F85EC8: hue angle of 318.7º 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 #F85EC8 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 200 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.03 |
| HSL | 318.7º | 0.92% | 0.67% | - |
| HSV(B) | 318.7º | 0.62% | 0.97% | - |
| XYZ | 53.14 | 32.13 | 58.04 | - |
| YUV | 152.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 200 | 0 | 0.62 | 0.19 | 0.03 | 318.7 | 0.92 | 0.67 |
| Hex | F8 | 5E | C8 | 0 | 3E | 13 | 3 | 13F | 5C | 43 |
| Octal | 370 | 136 | 310 | 0 | 76 | 23 | 3 | 477 | 134 | 103 |
| Binary | 11111000 | 1011110 | 11001000 | 0 | 111110 | 10011 | 11 | 100111111 | 1011100 | 1000011 |
Color Harmonies of #F85EC8
Complementary color
Monochromatic Colors of #F85EC8
Black with #F85EC8
Text Example
Text Example
White with #F85EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85EC8; }
p { color: rgb(248,94,200); }
H1.HeaderClassName
{
color: #F85EC8;
}
.AnyTagClassName
{
color: #F85EC8;
}
</style>
background-color css
<style>
a { background-color: #F85EC8; }
a { background-color: rgb(248,94,200); }
div.DivClassName
{
background-color: #F85EC8;
}
.BgClassName
{
background-color: #F85EC8;
}
</style>
border-color css
<style>
span { border-color: #F85EC8; }
span { border-color: rgb(248,94,200); }
td.TdClassName
{
border-color: #F85EC8;
}
.TagClassName
{
border-color: #F85EC8;
}
</style>