Shades of Neon Pink #E865BC
Tints of Neon Pink #E865BC
RGB
CMYK
RGB Variations
Color information
#E865BC (or 0xE865BC) is known color: Neon Pink. HEX triplet: E8, 65 and BC. RGB value is (232,101,188). Sum of RGB (Red+Green+Blue) = 232+101+188=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E865BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865BC is #179A43. Grayscale: #959595. Windows color (decimal): -1546820 or 12346856. OLE color: 12346856.
HSL color Cylindrical-coordinate representation of color #E865BC: hue angle of 320.15º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865BC is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 188 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.09 |
| HSL | 320.15º | 0.74% | 0.65% | - |
| HSV(B) | 320.15º | 0.56% | 0.91% | - |
| XYZ | 47.01 | 30.09 | 50.91 | - |
| YUV | 150.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 188 | 0 | 0.56 | 0.19 | 0.09 | 320.15 | 0.74 | 0.65 |
| Hex | E8 | 65 | BC | 0 | 38 | 13 | 9 | 140 | 4A | 41 |
| Octal | 350 | 145 | 274 | 0 | 70 | 23 | 11 | 500 | 112 | 101 |
| Binary | 11101000 | 1100101 | 10111100 | 0 | 111000 | 10011 | 1001 | 101000000 | 1001010 | 1000001 |
Color Harmonies of #E865BC
Complementary color
Monochromatic Colors of #E865BC
Black with #E865BC
Text Example
Text Example
White with #E865BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865BC; }
p { color: rgb(232,101,188); }
H1.HeaderClassName
{
color: #E865BC;
}
.AnyTagClassName
{
color: #E865BC;
}
</style>
background-color css
<style>
a { background-color: #E865BC; }
a { background-color: rgb(232,101,188); }
div.DivClassName
{
background-color: #E865BC;
}
.BgClassName
{
background-color: #E865BC;
}
</style>
border-color css
<style>
span { border-color: #E865BC; }
span { border-color: rgb(232,101,188); }
td.TdClassName
{
border-color: #E865BC;
}
.TagClassName
{
border-color: #E865BC;
}
</style>