Shades of Neon Pink #E85FBC
Tints of Neon Pink #E85FBC
RGB
CMYK
RGB Variations
Color information
#E85FBC (or 0xE85FBC) is known color: Neon Pink. HEX triplet: E8, 5F and BC. RGB value is (232,95,188). Sum of RGB (Red+Green+Blue) = 232+95+188=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FBC is #17A043. Grayscale: #929292. Windows color (decimal): -1548356 or 12345320. OLE color: 12345320.
HSL color Cylindrical-coordinate representation of color #E85FBC: hue angle of 319.27º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FBC is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 188 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.09 |
| HSL | 319.27º | 0.75% | 0.64% | - |
| HSV(B) | 319.27º | 0.59% | 0.91% | - |
| XYZ | 46.45 | 28.97 | 50.72 | - |
| YUV | 146.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 188 | 0 | 0.59 | 0.19 | 0.09 | 319.27 | 0.75 | 0.64 |
| Hex | E8 | 5F | BC | 0 | 3B | 13 | 9 | 13F | 4B | 40 |
| Octal | 350 | 137 | 274 | 0 | 73 | 23 | 11 | 477 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10111100 | 0 | 111011 | 10011 | 1001 | 100111111 | 1001011 | 1000000 |
Color Harmonies of #E85FBC
Complementary color
Monochromatic Colors of #E85FBC
Black with #E85FBC
Text Example
Text Example
White with #E85FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FBC; }
p { color: rgb(232,95,188); }
H1.HeaderClassName
{
color: #E85FBC;
}
.AnyTagClassName
{
color: #E85FBC;
}
</style>
background-color css
<style>
a { background-color: #E85FBC; }
a { background-color: rgb(232,95,188); }
div.DivClassName
{
background-color: #E85FBC;
}
.BgClassName
{
background-color: #E85FBC;
}
</style>
border-color css
<style>
span { border-color: #E85FBC; }
span { border-color: rgb(232,95,188); }
td.TdClassName
{
border-color: #E85FBC;
}
.TagClassName
{
border-color: #E85FBC;
}
</style>