Shades of Neon Pink #E662BC
Tints of Neon Pink #E662BC
RGB
CMYK
RGB Variations
Color information
#E662BC (or 0xE662BC) is known color: Neon Pink. HEX triplet: E6, 62 and BC. RGB value is (230,98,188). Sum of RGB (Red+Green+Blue) = 230+98+188=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E662BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E662BC is #199D43. Grayscale: #939393. Windows color (decimal): -1678660 or 12346086. OLE color: 12346086.
HSL color Cylindrical-coordinate representation of color #E662BC: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E662BC is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 188 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.10 |
| HSL | 319.09º | 0.73% | 0.64% | - |
| HSV(B) | 319.09º | 0.57% | 0.9% | - |
| XYZ | 46.08 | 29.19 | 50.78 | - |
| YUV | 147.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 188 | 0 | 0.57 | 0.18 | 0.10 | 319.09 | 0.73 | 0.64 |
| Hex | E6 | 62 | BC | 0 | 39 | 12 | A | 13F | 49 | 40 |
| Octal | 346 | 142 | 274 | 0 | 71 | 22 | 12 | 477 | 111 | 100 |
| Binary | 11100110 | 1100010 | 10111100 | 0 | 111001 | 10010 | 1010 | 100111111 | 1001001 | 1000000 |
Color Harmonies of #E662BC
Complementary color
Monochromatic Colors of #E662BC
Black with #E662BC
Text Example
Text Example
White with #E662BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E662BC; }
p { color: rgb(230,98,188); }
H1.HeaderClassName
{
color: #E662BC;
}
.AnyTagClassName
{
color: #E662BC;
}
</style>
background-color css
<style>
a { background-color: #E662BC; }
a { background-color: rgb(230,98,188); }
div.DivClassName
{
background-color: #E662BC;
}
.BgClassName
{
background-color: #E662BC;
}
</style>
border-color css
<style>
span { border-color: #E662BC; }
span { border-color: rgb(230,98,188); }
td.TdClassName
{
border-color: #E662BC;
}
.TagClassName
{
border-color: #E662BC;
}
</style>