Shades of Neon Pink #E460BC
Tints of Neon Pink #E460BC
RGB
CMYK
RGB Variations
Color information
#E460BC (or 0xE460BC) is known color: Neon Pink. HEX triplet: E4, 60 and BC. RGB value is (228,96,188). Sum of RGB (Red+Green+Blue) = 228+96+188=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E460BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460BC is #1B9F43. Grayscale: #919191. Windows color (decimal): -1810244 or 12345572. OLE color: 12345572.
HSL color Cylindrical-coordinate representation of color #E460BC: hue angle of 318.18º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E460BC is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 188 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.11 |
| HSL | 318.18º | 0.71% | 0.64% | - |
| HSV(B) | 318.18º | 0.58% | 0.89% | - |
| XYZ | 45.25 | 28.49 | 50.69 | - |
| YUV | 145.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 188 | 0 | 0.58 | 0.18 | 0.11 | 318.18 | 0.71 | 0.64 |
| Hex | E4 | 60 | BC | 0 | 3A | 12 | B | 13E | 47 | 40 |
| Octal | 344 | 140 | 274 | 0 | 72 | 22 | 13 | 476 | 107 | 100 |
| Binary | 11100100 | 1100000 | 10111100 | 0 | 111010 | 10010 | 1011 | 100111110 | 1000111 | 1000000 |
Color Harmonies of #E460BC
Complementary color
Monochromatic Colors of #E460BC
Black with #E460BC
Text Example
Text Example
White with #E460BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E460BC; }
p { color: rgb(228,96,188); }
H1.HeaderClassName
{
color: #E460BC;
}
.AnyTagClassName
{
color: #E460BC;
}
</style>
background-color css
<style>
a { background-color: #E460BC; }
a { background-color: rgb(228,96,188); }
div.DivClassName
{
background-color: #E460BC;
}
.BgClassName
{
background-color: #E460BC;
}
</style>
border-color css
<style>
span { border-color: #E460BC; }
span { border-color: rgb(228,96,188); }
td.TdClassName
{
border-color: #E460BC;
}
.TagClassName
{
border-color: #E460BC;
}
</style>