Shades of Neon Pink #E466BC
Tints of Neon Pink #E466BC
RGB
CMYK
RGB Variations
Color information
#E466BC (or 0xE466BC) is known color: Neon Pink. HEX triplet: E4, 66 and BC. RGB value is (228,102,188). Sum of RGB (Red+Green+Blue) = 228+102+188=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E466BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466BC is #1B9943. Grayscale: #959595. Windows color (decimal): -1808708 or 12347108. OLE color: 12347108.
HSL color Cylindrical-coordinate representation of color #E466BC: hue angle of 319.05º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E466BC is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 188 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.11 |
| HSL | 319.05º | 0.7% | 0.65% | - |
| HSV(B) | 319.05º | 0.55% | 0.89% | - |
| XYZ | 45.82 | 29.63 | 50.88 | - |
| YUV | 149.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 188 | 0 | 0.55 | 0.18 | 0.11 | 319.05 | 0.7 | 0.65 |
| Hex | E4 | 66 | BC | 0 | 37 | 12 | B | 13F | 46 | 41 |
| Octal | 344 | 146 | 274 | 0 | 67 | 22 | 13 | 477 | 106 | 101 |
| Binary | 11100100 | 1100110 | 10111100 | 0 | 110111 | 10010 | 1011 | 100111111 | 1000110 | 1000001 |
Color Harmonies of #E466BC
Complementary color
Monochromatic Colors of #E466BC
Black with #E466BC
Text Example
Text Example
White with #E466BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466BC; }
p { color: rgb(228,102,188); }
H1.HeaderClassName
{
color: #E466BC;
}
.AnyTagClassName
{
color: #E466BC;
}
</style>
background-color css
<style>
a { background-color: #E466BC; }
a { background-color: rgb(228,102,188); }
div.DivClassName
{
background-color: #E466BC;
}
.BgClassName
{
background-color: #E466BC;
}
</style>
border-color css
<style>
span { border-color: #E466BC; }
span { border-color: rgb(228,102,188); }
td.TdClassName
{
border-color: #E466BC;
}
.TagClassName
{
border-color: #E466BC;
}
</style>