Shades of Neon Pink #F85ECC
Tints of Neon Pink #F85ECC
RGB
CMYK
RGB Variations
Color information
#F85ECC (or 0xF85ECC) is known color: Neon Pink. HEX triplet: F8, 5E and CC. RGB value is (248,94,204). Sum of RGB (Red+Green+Blue) = 248+94+204=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ECC is #07A133. Grayscale: #989898. Windows color (decimal): -500020 or 13393656. OLE color: 13393656.
HSL color Cylindrical-coordinate representation of color #F85ECC: hue angle of 317.14º 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 #F85ECC is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 204 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.03 |
| HSL | 317.14º | 0.92% | 0.67% | - |
| HSV(B) | 317.14º | 0.62% | 0.97% | - |
| XYZ | 53.61 | 32.32 | 60.54 | - |
| YUV | 152.59 | 157.02 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 204 | 0 | 0.62 | 0.18 | 0.03 | 317.14 | 0.92 | 0.67 |
| Hex | F8 | 5E | CC | 0 | 3E | 12 | 3 | 13D | 5C | 43 |
| Octal | 370 | 136 | 314 | 0 | 76 | 22 | 3 | 475 | 134 | 103 |
| Binary | 11111000 | 1011110 | 11001100 | 0 | 111110 | 10010 | 11 | 100111101 | 1011100 | 1000011 |
Color Harmonies of #F85ECC
Complementary color
Monochromatic Colors of #F85ECC
Black with #F85ECC
Text Example
Text Example
White with #F85ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85ECC; }
p { color: rgb(248,94,204); }
H1.HeaderClassName
{
color: #F85ECC;
}
.AnyTagClassName
{
color: #F85ECC;
}
</style>
background-color css
<style>
a { background-color: #F85ECC; }
a { background-color: rgb(248,94,204); }
div.DivClassName
{
background-color: #F85ECC;
}
.BgClassName
{
background-color: #F85ECC;
}
</style>
border-color css
<style>
span { border-color: #F85ECC; }
span { border-color: rgb(248,94,204); }
td.TdClassName
{
border-color: #F85ECC;
}
.TagClassName
{
border-color: #F85ECC;
}
</style>