Shades of Neon Pink #E166BC
Tints of Neon Pink #E166BC
RGB
CMYK
RGB Variations
Color information
#E166BC (or 0xE166BC) is known color: Neon Pink. HEX triplet: E1, 66 and BC. RGB value is (225,102,188). Sum of RGB (Red+Green+Blue) = 225+102+188=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E166BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E166BC is #1E9943. Grayscale: #949494. Windows color (decimal): -2005316 or 12347105. OLE color: 12347105.
HSL color Cylindrical-coordinate representation of color #E166BC: hue angle of 318.05º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E166BC is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 102 | 188 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.12 |
| HSL | 318.05º | 0.67% | 0.64% | - |
| HSV(B) | 318.05º | 0.55% | 0.88% | - |
| XYZ | 44.88 | 29.14 | 50.84 | - |
| YUV | 148.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 102 | 188 | 0 | 0.55 | 0.16 | 0.12 | 318.05 | 0.67 | 0.64 |
| Hex | E1 | 66 | BC | 0 | 37 | 10 | C | 13E | 43 | 40 |
| Octal | 341 | 146 | 274 | 0 | 67 | 20 | 14 | 476 | 103 | 100 |
| Binary | 11100001 | 1100110 | 10111100 | 0 | 110111 | 10000 | 1100 | 100111110 | 1000011 | 1000000 |
Color Harmonies of #E166BC
Complementary color
Monochromatic Colors of #E166BC
Black with #E166BC
Text Example
Text Example
White with #E166BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E166BC; }
p { color: rgb(225,102,188); }
H1.HeaderClassName
{
color: #E166BC;
}
.AnyTagClassName
{
color: #E166BC;
}
</style>
background-color css
<style>
a { background-color: #E166BC; }
a { background-color: rgb(225,102,188); }
div.DivClassName
{
background-color: #E166BC;
}
.BgClassName
{
background-color: #E166BC;
}
</style>
border-color css
<style>
span { border-color: #E166BC; }
span { border-color: rgb(225,102,188); }
td.TdClassName
{
border-color: #E166BC;
}
.TagClassName
{
border-color: #E166BC;
}
</style>