Shades of Neon Pink #E663BE
Tints of Neon Pink #E663BE
RGB
CMYK
RGB Variations
Color information
#E663BE (or 0xE663BE) is known color: Neon Pink. HEX triplet: E6, 63 and BE. RGB value is (230,99,190). Sum of RGB (Red+Green+Blue) = 230+99+190=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E663BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E663BE is #199C41. Grayscale: #949494. Windows color (decimal): -1678402 or 12477414. OLE color: 12477414.
HSL color Cylindrical-coordinate representation of color #E663BE: hue angle of 318.32º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E663BE is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 190 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.10 |
| HSL | 318.32º | 0.72% | 0.65% | - |
| HSV(B) | 318.32º | 0.57% | 0.9% | - |
| XYZ | 46.39 | 29.46 | 51.96 | - |
| YUV | 148.54 | 151.4 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 190 | 0 | 0.57 | 0.17 | 0.10 | 318.32 | 0.72 | 0.65 |
| Hex | E6 | 63 | BE | 0 | 39 | 11 | A | 13E | 48 | 41 |
| Octal | 346 | 143 | 276 | 0 | 71 | 21 | 12 | 476 | 110 | 101 |
| Binary | 11100110 | 1100011 | 10111110 | 0 | 111001 | 10001 | 1010 | 100111110 | 1001000 | 1000001 |
Color Harmonies of #E663BE
Complementary color
Monochromatic Colors of #E663BE
Black with #E663BE
Text Example
Text Example
White with #E663BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E663BE; }
p { color: rgb(230,99,190); }
H1.HeaderClassName
{
color: #E663BE;
}
.AnyTagClassName
{
color: #E663BE;
}
</style>
background-color css
<style>
a { background-color: #E663BE; }
a { background-color: rgb(230,99,190); }
div.DivClassName
{
background-color: #E663BE;
}
.BgClassName
{
background-color: #E663BE;
}
</style>
border-color css
<style>
span { border-color: #E663BE; }
span { border-color: rgb(230,99,190); }
td.TdClassName
{
border-color: #E663BE;
}
.TagClassName
{
border-color: #E663BE;
}
</style>