Shades of Neon Pink #E764BC
Tints of Neon Pink #E764BC
RGB
CMYK
RGB Variations
Color information
#E764BC (or 0xE764BC) is known color: Neon Pink. HEX triplet: E7, 64 and BC. RGB value is (231,100,188). Sum of RGB (Red+Green+Blue) = 231+100+188=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E764BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764BC is #189B43. Grayscale: #949494. Windows color (decimal): -1612612 or 12346599. OLE color: 12346599.
HSL color Cylindrical-coordinate representation of color #E764BC: hue angle of 319.69º degrees, saturation: 0.73, 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 #E764BC is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 188 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.09 |
| HSL | 319.69º | 0.73% | 0.65% | - |
| HSV(B) | 319.69º | 0.57% | 0.91% | - |
| XYZ | 46.59 | 29.73 | 50.86 | - |
| YUV | 149.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 188 | 0 | 0.57 | 0.19 | 0.09 | 319.69 | 0.73 | 0.65 |
| Hex | E7 | 64 | BC | 0 | 39 | 13 | 9 | 140 | 49 | 41 |
| Octal | 347 | 144 | 274 | 0 | 71 | 23 | 11 | 500 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10111100 | 0 | 111001 | 10011 | 1001 | 101000000 | 1001001 | 1000001 |
Color Harmonies of #E764BC
Complementary color
Monochromatic Colors of #E764BC
Black with #E764BC
Text Example
Text Example
White with #E764BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764BC; }
p { color: rgb(231,100,188); }
H1.HeaderClassName
{
color: #E764BC;
}
.AnyTagClassName
{
color: #E764BC;
}
</style>
background-color css
<style>
a { background-color: #E764BC; }
a { background-color: rgb(231,100,188); }
div.DivClassName
{
background-color: #E764BC;
}
.BgClassName
{
background-color: #E764BC;
}
</style>
border-color css
<style>
span { border-color: #E764BC; }
span { border-color: rgb(231,100,188); }
td.TdClassName
{
border-color: #E764BC;
}
.TagClassName
{
border-color: #E764BC;
}
</style>