Shades of Neon Pink #E967C3
Tints of Neon Pink #E967C3
RGB
CMYK
RGB Variations
Color information
#E967C3 (or 0xE967C3) is known color: Neon Pink. HEX triplet: E9, 67 and C3. RGB value is (233,103,195). Sum of RGB (Red+Green+Blue) = 233+103+195=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E967C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967C3 is #16983C. Grayscale: #989898. Windows color (decimal): -1480765 or 12806121. OLE color: 12806121.
HSL color Cylindrical-coordinate representation of color #E967C3: hue angle of 317.54º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E967C3 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 195 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.09 |
| HSL | 317.54º | 0.75% | 0.66% | - |
| HSV(B) | 317.54º | 0.56% | 0.91% | - |
| XYZ | 48.3 | 30.96 | 55.06 | - |
| YUV | 152.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 195 | 0 | 0.56 | 0.16 | 0.09 | 317.54 | 0.75 | 0.66 |
| Hex | E9 | 67 | C3 | 0 | 38 | 10 | 9 | 13E | 4B | 42 |
| Octal | 351 | 147 | 303 | 0 | 70 | 20 | 11 | 476 | 113 | 102 |
| Binary | 11101001 | 1100111 | 11000011 | 0 | 111000 | 10000 | 1001 | 100111110 | 1001011 | 1000010 |
Color Harmonies of #E967C3
Complementary color
Monochromatic Colors of #E967C3
Black with #E967C3
Text Example
Text Example
White with #E967C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967C3; }
p { color: rgb(233,103,195); }
H1.HeaderClassName
{
color: #E967C3;
}
.AnyTagClassName
{
color: #E967C3;
}
</style>
background-color css
<style>
a { background-color: #E967C3; }
a { background-color: rgb(233,103,195); }
div.DivClassName
{
background-color: #E967C3;
}
.BgClassName
{
background-color: #E967C3;
}
</style>
border-color css
<style>
span { border-color: #E967C3; }
span { border-color: rgb(233,103,195); }
td.TdClassName
{
border-color: #E967C3;
}
.TagClassName
{
border-color: #E967C3;
}
</style>