Shades of Neon Pink #E666BE
Tints of Neon Pink #E666BE
RGB
CMYK
RGB Variations
Color information
#E666BE (or 0xE666BE) is known color: Neon Pink. HEX triplet: E6, 66 and BE. RGB value is (230,102,190). Sum of RGB (Red+Green+Blue) = 230+102+190=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E666BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666BE is #199941. Grayscale: #969696. Windows color (decimal): -1677634 or 12478182. OLE color: 12478182.
HSL color Cylindrical-coordinate representation of color #E666BE: hue angle of 318.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666BE is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 190 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.10 |
| HSL | 318.75º | 0.72% | 0.65% | - |
| HSV(B) | 318.75º | 0.56% | 0.9% | - |
| XYZ | 46.68 | 30.04 | 52.05 | - |
| YUV | 150.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 190 | 0 | 0.56 | 0.17 | 0.10 | 318.75 | 0.72 | 0.65 |
| Hex | E6 | 66 | BE | 0 | 38 | 11 | A | 13F | 48 | 41 |
| Octal | 346 | 146 | 276 | 0 | 70 | 21 | 12 | 477 | 110 | 101 |
| Binary | 11100110 | 1100110 | 10111110 | 0 | 111000 | 10001 | 1010 | 100111111 | 1001000 | 1000001 |
Color Harmonies of #E666BE
Complementary color
Monochromatic Colors of #E666BE
Black with #E666BE
Text Example
Text Example
White with #E666BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666BE; }
p { color: rgb(230,102,190); }
H1.HeaderClassName
{
color: #E666BE;
}
.AnyTagClassName
{
color: #E666BE;
}
</style>
background-color css
<style>
a { background-color: #E666BE; }
a { background-color: rgb(230,102,190); }
div.DivClassName
{
background-color: #E666BE;
}
.BgClassName
{
background-color: #E666BE;
}
</style>
border-color css
<style>
span { border-color: #E666BE; }
span { border-color: rgb(230,102,190); }
td.TdClassName
{
border-color: #E666BE;
}
.TagClassName
{
border-color: #E666BE;
}
</style>