Shades of Neon Pink #E464BD
Tints of Neon Pink #E464BD
RGB
CMYK
RGB Variations
Color information
#E464BD (or 0xE464BD) is known color: Neon Pink. HEX triplet: E4, 64 and BD. RGB value is (228,100,189). Sum of RGB (Red+Green+Blue) = 228+100+189=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E464BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464BD is #1B9B42. Grayscale: #949494. Windows color (decimal): -1809219 or 12412132. OLE color: 12412132.
HSL color Cylindrical-coordinate representation of color #E464BD: hue angle of 318.28º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464BD is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 189 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.11 |
| HSL | 318.28º | 0.7% | 0.64% | - |
| HSV(B) | 318.28º | 0.56% | 0.89% | - |
| XYZ | 45.74 | 29.28 | 51.39 | - |
| YUV | 148.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 189 | 0 | 0.56 | 0.17 | 0.11 | 318.28 | 0.7 | 0.64 |
| Hex | E4 | 64 | BD | 0 | 38 | 11 | B | 13E | 46 | 40 |
| Octal | 344 | 144 | 275 | 0 | 70 | 21 | 13 | 476 | 106 | 100 |
| Binary | 11100100 | 1100100 | 10111101 | 0 | 111000 | 10001 | 1011 | 100111110 | 1000110 | 1000000 |
Color Harmonies of #E464BD
Complementary color
Monochromatic Colors of #E464BD
Black with #E464BD
Text Example
Text Example
White with #E464BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464BD; }
p { color: rgb(228,100,189); }
H1.HeaderClassName
{
color: #E464BD;
}
.AnyTagClassName
{
color: #E464BD;
}
</style>
background-color css
<style>
a { background-color: #E464BD; }
a { background-color: rgb(228,100,189); }
div.DivClassName
{
background-color: #E464BD;
}
.BgClassName
{
background-color: #E464BD;
}
</style>
border-color css
<style>
span { border-color: #E464BD; }
span { border-color: rgb(228,100,189); }
td.TdClassName
{
border-color: #E464BD;
}
.TagClassName
{
border-color: #E464BD;
}
</style>