Shades of Neon Pink #F85ECE
Tints of Neon Pink #F85ECE
RGB
CMYK
RGB Variations
Color information
#F85ECE (or 0xF85ECE) is known color: Neon Pink. HEX triplet: F8, 5E and CE. RGB value is (248,94,206). Sum of RGB (Red+Green+Blue) = 248+94+206=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ECE is #07A131. Grayscale: #989898. Windows color (decimal): -500018 or 13524728. OLE color: 13524728.
HSL color Cylindrical-coordinate representation of color #F85ECE: hue angle of 316.36º 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 #F85ECE is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 206 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.03 |
| HSL | 316.36º | 0.92% | 0.67% | - |
| HSV(B) | 316.36º | 0.62% | 0.97% | - |
| XYZ | 53.85 | 32.42 | 61.81 | - |
| YUV | 152.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 206 | 0 | 0.62 | 0.17 | 0.03 | 316.36 | 0.92 | 0.67 |
| Hex | F8 | 5E | CE | 0 | 3E | 11 | 3 | 13C | 5C | 43 |
| Octal | 370 | 136 | 316 | 0 | 76 | 21 | 3 | 474 | 134 | 103 |
| Binary | 11111000 | 1011110 | 11001110 | 0 | 111110 | 10001 | 11 | 100111100 | 1011100 | 1000011 |
Color Harmonies of #F85ECE
Complementary color
Monochromatic Colors of #F85ECE
Black with #F85ECE
Text Example
Text Example
White with #F85ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85ECE; }
p { color: rgb(248,94,206); }
H1.HeaderClassName
{
color: #F85ECE;
}
.AnyTagClassName
{
color: #F85ECE;
}
</style>
background-color css
<style>
a { background-color: #F85ECE; }
a { background-color: rgb(248,94,206); }
div.DivClassName
{
background-color: #F85ECE;
}
.BgClassName
{
background-color: #F85ECE;
}
</style>
border-color css
<style>
span { border-color: #F85ECE; }
span { border-color: rgb(248,94,206); }
td.TdClassName
{
border-color: #F85ECE;
}
.TagClassName
{
border-color: #F85ECE;
}
</style>