Shades of Neon Pink #E664BC
Tints of Neon Pink #E664BC
RGB
CMYK
RGB Variations
Color information
#E664BC (or 0xE664BC) is known color: Neon Pink. HEX triplet: E6, 64 and BC. RGB value is (230,100,188). Sum of RGB (Red+Green+Blue) = 230+100+188=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E664BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664BC is #199B43. Grayscale: #949494. Windows color (decimal): -1678148 or 12346598. OLE color: 12346598.
HSL color Cylindrical-coordinate representation of color #E664BC: hue angle of 319.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664BC is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 188 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.10 |
| HSL | 319.38º | 0.72% | 0.65% | - |
| HSV(B) | 319.38º | 0.57% | 0.9% | - |
| XYZ | 46.27 | 29.57 | 50.85 | - |
| YUV | 148.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 188 | 0 | 0.57 | 0.18 | 0.10 | 319.38 | 0.72 | 0.65 |
| Hex | E6 | 64 | BC | 0 | 39 | 12 | A | 13F | 48 | 41 |
| Octal | 346 | 144 | 274 | 0 | 71 | 22 | 12 | 477 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10111100 | 0 | 111001 | 10010 | 1010 | 100111111 | 1001000 | 1000001 |
Color Harmonies of #E664BC
Complementary color
Monochromatic Colors of #E664BC
Black with #E664BC
Text Example
Text Example
White with #E664BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E664BC; }
p { color: rgb(230,100,188); }
H1.HeaderClassName
{
color: #E664BC;
}
.AnyTagClassName
{
color: #E664BC;
}
</style>
background-color css
<style>
a { background-color: #E664BC; }
a { background-color: rgb(230,100,188); }
div.DivClassName
{
background-color: #E664BC;
}
.BgClassName
{
background-color: #E664BC;
}
</style>
border-color css
<style>
span { border-color: #E664BC; }
span { border-color: rgb(230,100,188); }
td.TdClassName
{
border-color: #E664BC;
}
.TagClassName
{
border-color: #E664BC;
}
</style>