Shades of Neon Pink #EE62C5
Tints of Neon Pink #EE62C5
RGB
CMYK
RGB Variations
Color information
#EE62C5 (or 0xEE62C5) is known color: Neon Pink. HEX triplet: EE, 62 and C5. RGB value is (238,98,197). Sum of RGB (Red+Green+Blue) = 238+98+197=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE62C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE62C5 is #119D3A. Grayscale: #969696. Windows color (decimal): -1154363 or 12935918. OLE color: 12935918.
HSL color Cylindrical-coordinate representation of color #EE62C5: hue angle of 317.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE62C5 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 197 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.07 |
| HSL | 317.57º | 0.8% | 0.66% | - |
| HSV(B) | 317.57º | 0.59% | 0.93% | - |
| XYZ | 49.71 | 30.94 | 56.18 | - |
| YUV | 151.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 197 | 0 | 0.59 | 0.17 | 0.07 | 317.57 | 0.8 | 0.66 |
| Hex | EE | 62 | C5 | 0 | 3B | 11 | 7 | 13E | 50 | 42 |
| Octal | 356 | 142 | 305 | 0 | 73 | 21 | 7 | 476 | 120 | 102 |
| Binary | 11101110 | 1100010 | 11000101 | 0 | 111011 | 10001 | 111 | 100111110 | 1010000 | 1000010 |
Color Harmonies of #EE62C5
Complementary color
Monochromatic Colors of #EE62C5
Black with #EE62C5
Text Example
Text Example
White with #EE62C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE62C5; }
p { color: rgb(238,98,197); }
H1.HeaderClassName
{
color: #EE62C5;
}
.AnyTagClassName
{
color: #EE62C5;
}
</style>
background-color css
<style>
a { background-color: #EE62C5; }
a { background-color: rgb(238,98,197); }
div.DivClassName
{
background-color: #EE62C5;
}
.BgClassName
{
background-color: #EE62C5;
}
</style>
border-color css
<style>
span { border-color: #EE62C5; }
span { border-color: rgb(238,98,197); }
td.TdClassName
{
border-color: #EE62C5;
}
.TagClassName
{
border-color: #EE62C5;
}
</style>