Shades of Neon Pink #E469BC
Tints of Neon Pink #E469BC
RGB
CMYK
RGB Variations
Color information
#E469BC (or 0xE469BC) is known color: Neon Pink. HEX triplet: E4, 69 and BC. RGB value is (228,105,188). Sum of RGB (Red+Green+Blue) = 228+105+188=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E469BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469BC is #1B9643. Grayscale: #979797. Windows color (decimal): -1807940 or 12347876. OLE color: 12347876.
HSL color Cylindrical-coordinate representation of color #E469BC: hue angle of 319.51º degrees, saturation: 0.69, 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 #E469BC is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 105 | 188 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.11 |
| HSL | 319.51º | 0.69% | 0.65% | - |
| HSV(B) | 319.51º | 0.54% | 0.89% | - |
| XYZ | 46.12 | 30.23 | 50.98 | - |
| YUV | 151.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 105 | 188 | 0 | 0.54 | 0.18 | 0.11 | 319.51 | 0.69 | 0.65 |
| Hex | E4 | 69 | BC | 0 | 36 | 12 | B | 140 | 45 | 41 |
| Octal | 344 | 151 | 274 | 0 | 66 | 22 | 13 | 500 | 105 | 101 |
| Binary | 11100100 | 1101001 | 10111100 | 0 | 110110 | 10010 | 1011 | 101000000 | 1000101 | 1000001 |
Color Harmonies of #E469BC
Complementary color
Monochromatic Colors of #E469BC
Black with #E469BC
Text Example
Text Example
White with #E469BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E469BC; }
p { color: rgb(228,105,188); }
H1.HeaderClassName
{
color: #E469BC;
}
.AnyTagClassName
{
color: #E469BC;
}
</style>
background-color css
<style>
a { background-color: #E469BC; }
a { background-color: rgb(228,105,188); }
div.DivClassName
{
background-color: #E469BC;
}
.BgClassName
{
background-color: #E469BC;
}
</style>
border-color css
<style>
span { border-color: #E469BC; }
span { border-color: rgb(228,105,188); }
td.TdClassName
{
border-color: #E469BC;
}
.TagClassName
{
border-color: #E469BC;
}
</style>