Shades of Neon Pink #E665C2
Tints of Neon Pink #E665C2
RGB
CMYK
RGB Variations
Color information
#E665C2 (or 0xE665C2) is known color: Neon Pink. HEX triplet: E6, 65 and C2. RGB value is (230,101,194). Sum of RGB (Red+Green+Blue) = 230+101+194=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E665C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665C2 is #199A3D. Grayscale: #959595. Windows color (decimal): -1677886 or 12740070. OLE color: 12740070.
HSL color Cylindrical-coordinate representation of color #E665C2: hue angle of 316.74º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665C2 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 194 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.10 |
| HSL | 316.74º | 0.72% | 0.65% | - |
| HSV(B) | 316.74º | 0.56% | 0.9% | - |
| XYZ | 47.02 | 30.03 | 54.36 | - |
| YUV | 150.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 194 | 0 | 0.56 | 0.16 | 0.10 | 316.74 | 0.72 | 0.65 |
| Hex | E6 | 65 | C2 | 0 | 38 | 10 | A | 13D | 48 | 41 |
| Octal | 346 | 145 | 302 | 0 | 70 | 20 | 12 | 475 | 110 | 101 |
| Binary | 11100110 | 1100101 | 11000010 | 0 | 111000 | 10000 | 1010 | 100111101 | 1001000 | 1000001 |
Color Harmonies of #E665C2
Complementary color
Monochromatic Colors of #E665C2
Black with #E665C2
Text Example
Text Example
White with #E665C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665C2; }
p { color: rgb(230,101,194); }
H1.HeaderClassName
{
color: #E665C2;
}
.AnyTagClassName
{
color: #E665C2;
}
</style>
background-color css
<style>
a { background-color: #E665C2; }
a { background-color: rgb(230,101,194); }
div.DivClassName
{
background-color: #E665C2;
}
.BgClassName
{
background-color: #E665C2;
}
</style>
border-color css
<style>
span { border-color: #E665C2; }
span { border-color: rgb(230,101,194); }
td.TdClassName
{
border-color: #E665C2;
}
.TagClassName
{
border-color: #E665C2;
}
</style>