Shades of Neon Pink #EE63BE
Tints of Neon Pink #EE63BE
RGB
CMYK
RGB Variations
Color information
#EE63BE (or 0xEE63BE) is known color: Neon Pink. HEX triplet: EE, 63 and BE. RGB value is (238,99,190). Sum of RGB (Red+Green+Blue) = 238+99+190=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE63BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE63BE is #119C41. Grayscale: #969696. Windows color (decimal): -1154114 or 12477422. OLE color: 12477422.
HSL color Cylindrical-coordinate representation of color #EE63BE: hue angle of 320.72º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE63BE is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 190 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.07 |
| HSL | 320.72º | 0.8% | 0.66% | - |
| HSV(B) | 320.72º | 0.58% | 0.93% | - |
| XYZ | 49.02 | 30.82 | 52.08 | - |
| YUV | 150.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 190 | 0 | 0.58 | 0.20 | 0.07 | 320.72 | 0.8 | 0.66 |
| Hex | EE | 63 | BE | 0 | 3A | 14 | 7 | 141 | 50 | 42 |
| Octal | 356 | 143 | 276 | 0 | 72 | 24 | 7 | 501 | 120 | 102 |
| Binary | 11101110 | 1100011 | 10111110 | 0 | 111010 | 10100 | 111 | 101000001 | 1010000 | 1000010 |
Color Harmonies of #EE63BE
Complementary color
Monochromatic Colors of #EE63BE
Black with #EE63BE
Text Example
Text Example
White with #EE63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE63BE; }
p { color: rgb(238,99,190); }
H1.HeaderClassName
{
color: #EE63BE;
}
.AnyTagClassName
{
color: #EE63BE;
}
</style>
background-color css
<style>
a { background-color: #EE63BE; }
a { background-color: rgb(238,99,190); }
div.DivClassName
{
background-color: #EE63BE;
}
.BgClassName
{
background-color: #EE63BE;
}
</style>
border-color css
<style>
span { border-color: #EE63BE; }
span { border-color: rgb(238,99,190); }
td.TdClassName
{
border-color: #EE63BE;
}
.TagClassName
{
border-color: #EE63BE;
}
</style>