Shades of Neon Pink #E464BB
Tints of Neon Pink #E464BB
RGB
CMYK
RGB Variations
Color information
#E464BB (or 0xE464BB) is known color: Neon Pink. HEX triplet: E4, 64 and BB. RGB value is (228,100,187). Sum of RGB (Red+Green+Blue) = 228+100+187=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E464BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464BB is #1B9B44. Grayscale: #939393. Windows color (decimal): -1809221 or 12281060. OLE color: 12281060.
HSL color Cylindrical-coordinate representation of color #E464BB: hue angle of 319.22º 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 #E464BB is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 187 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.11 |
| HSL | 319.22º | 0.7% | 0.64% | - |
| HSV(B) | 319.22º | 0.56% | 0.89% | - |
| XYZ | 45.52 | 29.2 | 50.25 | - |
| YUV | 148.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 187 | 0 | 0.56 | 0.18 | 0.11 | 319.22 | 0.7 | 0.64 |
| Hex | E4 | 64 | BB | 0 | 38 | 12 | B | 13F | 46 | 40 |
| Octal | 344 | 144 | 273 | 0 | 70 | 22 | 13 | 477 | 106 | 100 |
| Binary | 11100100 | 1100100 | 10111011 | 0 | 111000 | 10010 | 1011 | 100111111 | 1000110 | 1000000 |
Color Harmonies of #E464BB
Complementary color
Monochromatic Colors of #E464BB
Black with #E464BB
Text Example
Text Example
White with #E464BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E464BB; }
p { color: rgb(228,100,187); }
H1.HeaderClassName
{
color: #E464BB;
}
.AnyTagClassName
{
color: #E464BB;
}
</style>
background-color css
<style>
a { background-color: #E464BB; }
a { background-color: rgb(228,100,187); }
div.DivClassName
{
background-color: #E464BB;
}
.BgClassName
{
background-color: #E464BB;
}
</style>
border-color css
<style>
span { border-color: #E464BB; }
span { border-color: rgb(228,100,187); }
td.TdClassName
{
border-color: #E464BB;
}
.TagClassName
{
border-color: #E464BB;
}
</style>