Shades of Neon Pink #F85ECB
Tints of Neon Pink #F85ECB
RGB
CMYK
RGB Variations
Color information
#F85ECB (or 0xF85ECB) is known color: Neon Pink. HEX triplet: F8, 5E and CB. RGB value is (248,94,203). Sum of RGB (Red+Green+Blue) = 248+94+203=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ECB is #07A134. Grayscale: #989898. Windows color (decimal): -500021 or 13328120. OLE color: 13328120.
HSL color Cylindrical-coordinate representation of color #F85ECB: hue angle of 317.53º 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 #F85ECB is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 203 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.03 |
| HSL | 317.53º | 0.92% | 0.67% | - |
| HSV(B) | 317.53º | 0.62% | 0.97% | - |
| XYZ | 53.49 | 32.27 | 59.91 | - |
| YUV | 152.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 203 | 0 | 0.62 | 0.18 | 0.03 | 317.53 | 0.92 | 0.67 |
| Hex | F8 | 5E | CB | 0 | 3E | 12 | 3 | 13E | 5C | 43 |
| Octal | 370 | 136 | 313 | 0 | 76 | 22 | 3 | 476 | 134 | 103 |
| Binary | 11111000 | 1011110 | 11001011 | 0 | 111110 | 10010 | 11 | 100111110 | 1011100 | 1000011 |
Color Harmonies of #F85ECB
Complementary color
Monochromatic Colors of #F85ECB
Black with #F85ECB
Text Example
Text Example
White with #F85ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85ECB; }
p { color: rgb(248,94,203); }
H1.HeaderClassName
{
color: #F85ECB;
}
.AnyTagClassName
{
color: #F85ECB;
}
</style>
background-color css
<style>
a { background-color: #F85ECB; }
a { background-color: rgb(248,94,203); }
div.DivClassName
{
background-color: #F85ECB;
}
.BgClassName
{
background-color: #F85ECB;
}
</style>
border-color css
<style>
span { border-color: #F85ECB; }
span { border-color: rgb(248,94,203); }
td.TdClassName
{
border-color: #F85ECB;
}
.TagClassName
{
border-color: #F85ECB;
}
</style>