Shades of Neon Pink #E661C0
Tints of Neon Pink #E661C0
RGB
CMYK
RGB Variations
Color information
#E661C0 (or 0xE661C0) is known color: Neon Pink. HEX triplet: E6, 61 and C0. RGB value is (230,97,192). Sum of RGB (Red+Green+Blue) = 230+97+192=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E661C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E661C0 is #199E3F. Grayscale: #939393. Windows color (decimal): -1678912 or 12607974. OLE color: 12607974.
HSL color Cylindrical-coordinate representation of color #E661C0: hue angle of 317.14º 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 #E661C0 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 97 | 192 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.10 |
| HSL | 317.14º | 0.73% | 0.64% | - |
| HSV(B) | 317.14º | 0.58% | 0.9% | - |
| XYZ | 46.42 | 29.18 | 53.05 | - |
| YUV | 147.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 97 | 192 | 0 | 0.58 | 0.17 | 0.10 | 317.14 | 0.73 | 0.64 |
| Hex | E6 | 61 | C0 | 0 | 3A | 11 | A | 13D | 49 | 40 |
| Octal | 346 | 141 | 300 | 0 | 72 | 21 | 12 | 475 | 111 | 100 |
| Binary | 11100110 | 1100001 | 11000000 | 0 | 111010 | 10001 | 1010 | 100111101 | 1001001 | 1000000 |
Color Harmonies of #E661C0
Complementary color
Monochromatic Colors of #E661C0
Black with #E661C0
Text Example
Text Example
White with #E661C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E661C0; }
p { color: rgb(230,97,192); }
H1.HeaderClassName
{
color: #E661C0;
}
.AnyTagClassName
{
color: #E661C0;
}
</style>
background-color css
<style>
a { background-color: #E661C0; }
a { background-color: rgb(230,97,192); }
div.DivClassName
{
background-color: #E661C0;
}
.BgClassName
{
background-color: #E661C0;
}
</style>
border-color css
<style>
span { border-color: #E661C0; }
span { border-color: rgb(230,97,192); }
td.TdClassName
{
border-color: #E661C0;
}
.TagClassName
{
border-color: #E661C0;
}
</style>