Shades of Neon Pink #E468BC
Tints of Neon Pink #E468BC
RGB
CMYK
RGB Variations
Color information
#E468BC (or 0xE468BC) is known color: Neon Pink. HEX triplet: E4, 68 and BC. RGB value is (228,104,188). Sum of RGB (Red+Green+Blue) = 228+104+188=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E468BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E468BC is #1B9743. Grayscale: #969696. Windows color (decimal): -1808196 or 12347620. OLE color: 12347620.
HSL color Cylindrical-coordinate representation of color #E468BC: hue angle of 319.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E468BC is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 188 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.11 |
| HSL | 319.35º | 0.7% | 0.65% | - |
| HSV(B) | 319.35º | 0.54% | 0.89% | - |
| XYZ | 46.02 | 30.03 | 50.95 | - |
| YUV | 150.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 188 | 0 | 0.54 | 0.18 | 0.11 | 319.35 | 0.7 | 0.65 |
| Hex | E4 | 68 | BC | 0 | 36 | 12 | B | 13F | 46 | 41 |
| Octal | 344 | 150 | 274 | 0 | 66 | 22 | 13 | 477 | 106 | 101 |
| Binary | 11100100 | 1101000 | 10111100 | 0 | 110110 | 10010 | 1011 | 100111111 | 1000110 | 1000001 |
Color Harmonies of #E468BC
Complementary color
Monochromatic Colors of #E468BC
Black with #E468BC
Text Example
Text Example
White with #E468BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468BC; }
p { color: rgb(228,104,188); }
H1.HeaderClassName
{
color: #E468BC;
}
.AnyTagClassName
{
color: #E468BC;
}
</style>
background-color css
<style>
a { background-color: #E468BC; }
a { background-color: rgb(228,104,188); }
div.DivClassName
{
background-color: #E468BC;
}
.BgClassName
{
background-color: #E468BC;
}
</style>
border-color css
<style>
span { border-color: #E468BC; }
span { border-color: rgb(228,104,188); }
td.TdClassName
{
border-color: #E468BC;
}
.TagClassName
{
border-color: #E468BC;
}
</style>