Shades of Neon Pink #E969C0
Tints of Neon Pink #E969C0
RGB
CMYK
RGB Variations
Color information
#E969C0 (or 0xE969C0) is known color: Neon Pink. HEX triplet: E9, 69 and C0. RGB value is (233,105,192). Sum of RGB (Red+Green+Blue) = 233+105+192=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E969C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E969C0 is #16963F. Grayscale: #989898. Windows color (decimal): -1480256 or 12610025. OLE color: 12610025.
HSL color Cylindrical-coordinate representation of color #E969C0: hue angle of 319.22º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E969C0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 192 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.09 |
| HSL | 319.22º | 0.74% | 0.66% | - |
| HSV(B) | 319.22º | 0.55% | 0.91% | - |
| XYZ | 48.17 | 31.23 | 53.36 | - |
| YUV | 153.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 192 | 0 | 0.55 | 0.18 | 0.09 | 319.22 | 0.74 | 0.66 |
| Hex | E9 | 69 | C0 | 0 | 37 | 12 | 9 | 13F | 4A | 42 |
| Octal | 351 | 151 | 300 | 0 | 67 | 22 | 11 | 477 | 112 | 102 |
| Binary | 11101001 | 1101001 | 11000000 | 0 | 110111 | 10010 | 1001 | 100111111 | 1001010 | 1000010 |
Color Harmonies of #E969C0
Complementary color
Monochromatic Colors of #E969C0
Black with #E969C0
Text Example
Text Example
White with #E969C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E969C0; }
p { color: rgb(233,105,192); }
H1.HeaderClassName
{
color: #E969C0;
}
.AnyTagClassName
{
color: #E969C0;
}
</style>
background-color css
<style>
a { background-color: #E969C0; }
a { background-color: rgb(233,105,192); }
div.DivClassName
{
background-color: #E969C0;
}
.BgClassName
{
background-color: #E969C0;
}
</style>
border-color css
<style>
span { border-color: #E969C0; }
span { border-color: rgb(233,105,192); }
td.TdClassName
{
border-color: #E969C0;
}
.TagClassName
{
border-color: #E969C0;
}
</style>