Shades of Neon Pink #E660BC
Tints of Neon Pink #E660BC
RGB
CMYK
RGB Variations
Color information
#E660BC (or 0xE660BC) is known color: Neon Pink. HEX triplet: E6, 60 and BC. RGB value is (230,96,188). Sum of RGB (Red+Green+Blue) = 230+96+188=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E660BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660BC is #199F43. Grayscale: #929292. Windows color (decimal): -1679172 or 12345574. OLE color: 12345574.
HSL color Cylindrical-coordinate representation of color #E660BC: hue angle of 318.81º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660BC is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 188 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.10 |
| HSL | 318.81º | 0.73% | 0.64% | - |
| HSV(B) | 318.81º | 0.58% | 0.9% | - |
| XYZ | 45.89 | 28.82 | 50.72 | - |
| YUV | 146.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 188 | 0 | 0.58 | 0.18 | 0.10 | 318.81 | 0.73 | 0.64 |
| Hex | E6 | 60 | BC | 0 | 3A | 12 | A | 13F | 49 | 40 |
| Octal | 346 | 140 | 274 | 0 | 72 | 22 | 12 | 477 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10111100 | 0 | 111010 | 10010 | 1010 | 100111111 | 1001001 | 1000000 |
Color Harmonies of #E660BC
Complementary color
Monochromatic Colors of #E660BC
Black with #E660BC
Text Example
Text Example
White with #E660BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660BC; }
p { color: rgb(230,96,188); }
H1.HeaderClassName
{
color: #E660BC;
}
.AnyTagClassName
{
color: #E660BC;
}
</style>
background-color css
<style>
a { background-color: #E660BC; }
a { background-color: rgb(230,96,188); }
div.DivClassName
{
background-color: #E660BC;
}
.BgClassName
{
background-color: #E660BC;
}
</style>
border-color css
<style>
span { border-color: #E660BC; }
span { border-color: rgb(230,96,188); }
td.TdClassName
{
border-color: #E660BC;
}
.TagClassName
{
border-color: #E660BC;
}
</style>