Shades of Neon Pink #EE62BD
Tints of Neon Pink #EE62BD
RGB
CMYK
RGB Variations
Color information
#EE62BD (or 0xEE62BD) is known color: Neon Pink. HEX triplet: EE, 62 and BD. RGB value is (238,98,189). Sum of RGB (Red+Green+Blue) = 238+98+189=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE62BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE62BD is #119D42. Grayscale: #969696. Windows color (decimal): -1154371 or 12411630. OLE color: 12411630.
HSL color Cylindrical-coordinate representation of color #EE62BD: hue angle of 321º 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 #EE62BD is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 189 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.07 |
| HSL | 321º | 0.8% | 0.66% | - |
| HSV(B) | 321º | 0.59% | 0.93% | - |
| XYZ | 48.81 | 30.59 | 51.48 | - |
| YUV | 150.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 189 | 0 | 0.59 | 0.21 | 0.07 | 321 | 0.8 | 0.66 |
| Hex | EE | 62 | BD | 0 | 3B | 15 | 7 | 141 | 50 | 42 |
| Octal | 356 | 142 | 275 | 0 | 73 | 25 | 7 | 501 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10111101 | 0 | 111011 | 10101 | 111 | 101000001 | 1010000 | 1000010 |
Color Harmonies of #EE62BD
Complementary color
Monochromatic Colors of #EE62BD
Black with #EE62BD
Text Example
Text Example
White with #EE62BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE62BD; }
p { color: rgb(238,98,189); }
H1.HeaderClassName
{
color: #EE62BD;
}
.AnyTagClassName
{
color: #EE62BD;
}
</style>
background-color css
<style>
a { background-color: #EE62BD; }
a { background-color: rgb(238,98,189); }
div.DivClassName
{
background-color: #EE62BD;
}
.BgClassName
{
background-color: #EE62BD;
}
</style>
border-color css
<style>
span { border-color: #EE62BD; }
span { border-color: rgb(238,98,189); }
td.TdClassName
{
border-color: #EE62BD;
}
.TagClassName
{
border-color: #EE62BD;
}
</style>