Shades of Neon Pink #E864BC
Tints of Neon Pink #E864BC
RGB
CMYK
RGB Variations
Color information
#E864BC (or 0xE864BC) is known color: Neon Pink. HEX triplet: E8, 64 and BC. RGB value is (232,100,188). Sum of RGB (Red+Green+Blue) = 232+100+188=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E864BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E864BC is #179B43. Grayscale: #959595. Windows color (decimal): -1547076 or 12346600. OLE color: 12346600.
HSL color Cylindrical-coordinate representation of color #E864BC: hue angle of 320º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E864BC is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 188 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.09 |
| HSL | 320º | 0.74% | 0.65% | - |
| HSV(B) | 320º | 0.57% | 0.91% | - |
| XYZ | 46.91 | 29.9 | 50.88 | - |
| YUV | 149.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 188 | 0 | 0.57 | 0.19 | 0.09 | 320 | 0.74 | 0.65 |
| Hex | E8 | 64 | BC | 0 | 39 | 13 | 9 | 140 | 4A | 41 |
| Octal | 350 | 144 | 274 | 0 | 71 | 23 | 11 | 500 | 112 | 101 |
| Binary | 11101000 | 1100100 | 10111100 | 0 | 111001 | 10011 | 1001 | 101000000 | 1001010 | 1000001 |
Color Harmonies of #E864BC
Complementary color
Monochromatic Colors of #E864BC
Black with #E864BC
Text Example
Text Example
White with #E864BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E864BC; }
p { color: rgb(232,100,188); }
H1.HeaderClassName
{
color: #E864BC;
}
.AnyTagClassName
{
color: #E864BC;
}
</style>
background-color css
<style>
a { background-color: #E864BC; }
a { background-color: rgb(232,100,188); }
div.DivClassName
{
background-color: #E864BC;
}
.BgClassName
{
background-color: #E864BC;
}
</style>
border-color css
<style>
span { border-color: #E864BC; }
span { border-color: rgb(232,100,188); }
td.TdClassName
{
border-color: #E864BC;
}
.TagClassName
{
border-color: #E864BC;
}
</style>