Shades of Neon Pink #E461BB
Tints of Neon Pink #E461BB
RGB
CMYK
RGB Variations
Color information
#E461BB (or 0xE461BB) is known color: Neon Pink. HEX triplet: E4, 61 and BB. RGB value is (228,97,187). Sum of RGB (Red+Green+Blue) = 228+97+187=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E461BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461BB is #1B9E44. Grayscale: #929292. Windows color (decimal): -1809989 or 12280292. OLE color: 12280292.
HSL color Cylindrical-coordinate representation of color #E461BB: hue angle of 318.78º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E461BB is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 187 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.11 |
| HSL | 318.78º | 0.71% | 0.64% | - |
| HSV(B) | 318.78º | 0.57% | 0.89% | - |
| XYZ | 45.24 | 28.63 | 50.16 | - |
| YUV | 146.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 187 | 0 | 0.57 | 0.18 | 0.11 | 318.78 | 0.71 | 0.64 |
| Hex | E4 | 61 | BB | 0 | 39 | 12 | B | 13F | 47 | 40 |
| Octal | 344 | 141 | 273 | 0 | 71 | 22 | 13 | 477 | 107 | 100 |
| Binary | 11100100 | 1100001 | 10111011 | 0 | 111001 | 10010 | 1011 | 100111111 | 1000111 | 1000000 |
Color Harmonies of #E461BB
Complementary color
Monochromatic Colors of #E461BB
Black with #E461BB
Text Example
Text Example
White with #E461BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E461BB; }
p { color: rgb(228,97,187); }
H1.HeaderClassName
{
color: #E461BB;
}
.AnyTagClassName
{
color: #E461BB;
}
</style>
background-color css
<style>
a { background-color: #E461BB; }
a { background-color: rgb(228,97,187); }
div.DivClassName
{
background-color: #E461BB;
}
.BgClassName
{
background-color: #E461BB;
}
</style>
border-color css
<style>
span { border-color: #E461BB; }
span { border-color: rgb(228,97,187); }
td.TdClassName
{
border-color: #E461BB;
}
.TagClassName
{
border-color: #E461BB;
}
</style>