Shades of Neon Pink #E963C5
Tints of Neon Pink #E963C5
RGB
CMYK
RGB Variations
Color information
#E963C5 (or 0xE963C5) is known color: Neon Pink. HEX triplet: E9, 63 and C5. RGB value is (233,99,197). Sum of RGB (Red+Green+Blue) = 233+99+197=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E963C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963C5 is #169C3A. Grayscale: #959595. Windows color (decimal): -1481787 or 12936169. OLE color: 12936169.
HSL color Cylindrical-coordinate representation of color #E963C5: hue angle of 316.12º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E963C5 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 197 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.09 |
| HSL | 316.12º | 0.75% | 0.65% | - |
| HSV(B) | 316.12º | 0.58% | 0.91% | - |
| XYZ | 48.14 | 30.28 | 56.13 | - |
| YUV | 150.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 197 | 0 | 0.58 | 0.15 | 0.09 | 316.12 | 0.75 | 0.65 |
| Hex | E9 | 63 | C5 | 0 | 3A | F | 9 | 13C | 4B | 41 |
| Octal | 351 | 143 | 305 | 0 | 72 | 17 | 11 | 474 | 113 | 101 |
| Binary | 11101001 | 1100011 | 11000101 | 0 | 111010 | 1111 | 1001 | 100111100 | 1001011 | 1000001 |
Color Harmonies of #E963C5
Complementary color
Monochromatic Colors of #E963C5
Black with #E963C5
Text Example
Text Example
White with #E963C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E963C5; }
p { color: rgb(233,99,197); }
H1.HeaderClassName
{
color: #E963C5;
}
.AnyTagClassName
{
color: #E963C5;
}
</style>
background-color css
<style>
a { background-color: #E963C5; }
a { background-color: rgb(233,99,197); }
div.DivClassName
{
background-color: #E963C5;
}
.BgClassName
{
background-color: #E963C5;
}
</style>
border-color css
<style>
span { border-color: #E963C5; }
span { border-color: rgb(233,99,197); }
td.TdClassName
{
border-color: #E963C5;
}
.TagClassName
{
border-color: #E963C5;
}
</style>