Shades of Neon Pink #E969C4
Tints of Neon Pink #E969C4
RGB
CMYK
RGB Variations
Color information
#E969C4 (or 0xE969C4) is known color: Neon Pink. HEX triplet: E9, 69 and C4. RGB value is (233,105,196). Sum of RGB (Red+Green+Blue) = 233+105+196=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E969C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E969C4 is #16963B. Grayscale: #999999. Windows color (decimal): -1480252 or 12872169. OLE color: 12872169.
HSL color Cylindrical-coordinate representation of color #E969C4: hue angle of 317.34º 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 #E969C4 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 196 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.09 |
| HSL | 317.34º | 0.74% | 0.66% | - |
| HSV(B) | 317.34º | 0.55% | 0.91% | - |
| XYZ | 48.62 | 31.41 | 55.73 | - |
| YUV | 153.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 196 | 0 | 0.55 | 0.16 | 0.09 | 317.34 | 0.74 | 0.66 |
| Hex | E9 | 69 | C4 | 0 | 37 | 10 | 9 | 13D | 4A | 42 |
| Octal | 351 | 151 | 304 | 0 | 67 | 20 | 11 | 475 | 112 | 102 |
| Binary | 11101001 | 1101001 | 11000100 | 0 | 110111 | 10000 | 1001 | 100111101 | 1001010 | 1000010 |
Color Harmonies of #E969C4
Complementary color
Monochromatic Colors of #E969C4
Black with #E969C4
Text Example
Text Example
White with #E969C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E969C4; }
p { color: rgb(233,105,196); }
H1.HeaderClassName
{
color: #E969C4;
}
.AnyTagClassName
{
color: #E969C4;
}
</style>
background-color css
<style>
a { background-color: #E969C4; }
a { background-color: rgb(233,105,196); }
div.DivClassName
{
background-color: #E969C4;
}
.BgClassName
{
background-color: #E969C4;
}
</style>
border-color css
<style>
span { border-color: #E969C4; }
span { border-color: rgb(233,105,196); }
td.TdClassName
{
border-color: #E969C4;
}
.TagClassName
{
border-color: #E969C4;
}
</style>