Shades of Neon Pink #E66BC6
Tints of Neon Pink #E66BC6
RGB
CMYK
RGB Variations
Color information
#E66BC6 (or 0xE66BC6) is known color: Neon Pink. HEX triplet: E6, 6B and C6. RGB value is (230,107,198). Sum of RGB (Red+Green+Blue) = 230+107+198=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BC6 is #199439. Grayscale: #999999. Windows color (decimal): -1676346 or 13003750. OLE color: 13003750.
HSL color Cylindrical-coordinate representation of color #E66BC6: hue angle of 315.61º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BC6 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 198 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.10 |
| HSL | 315.61º | 0.71% | 0.66% | - |
| HSV(B) | 315.61º | 0.53% | 0.9% | - |
| XYZ | 48.08 | 31.42 | 56.96 | - |
| YUV | 154.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 198 | 0 | 0.53 | 0.14 | 0.10 | 315.61 | 0.71 | 0.66 |
| Hex | E6 | 6B | C6 | 0 | 35 | E | A | 13C | 47 | 42 |
| Octal | 346 | 153 | 306 | 0 | 65 | 16 | 12 | 474 | 107 | 102 |
| Binary | 11100110 | 1101011 | 11000110 | 0 | 110101 | 1110 | 1010 | 100111100 | 1000111 | 1000010 |
Color Harmonies of #E66BC6
Complementary color
Monochromatic Colors of #E66BC6
Black with #E66BC6
Text Example
Text Example
White with #E66BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66BC6; }
p { color: rgb(230,107,198); }
H1.HeaderClassName
{
color: #E66BC6;
}
.AnyTagClassName
{
color: #E66BC6;
}
</style>
background-color css
<style>
a { background-color: #E66BC6; }
a { background-color: rgb(230,107,198); }
div.DivClassName
{
background-color: #E66BC6;
}
.BgClassName
{
background-color: #E66BC6;
}
</style>
border-color css
<style>
span { border-color: #E66BC6; }
span { border-color: rgb(230,107,198); }
td.TdClassName
{
border-color: #E66BC6;
}
.TagClassName
{
border-color: #E66BC6;
}
</style>