Shades of Neon Pink #E967C1
Tints of Neon Pink #E967C1
RGB
CMYK
RGB Variations
Color information
#E967C1 (or 0xE967C1) is known color: Neon Pink. HEX triplet: E9, 67 and C1. RGB value is (233,103,193). Sum of RGB (Red+Green+Blue) = 233+103+193=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E967C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967C1 is #16983E. Grayscale: #979797. Windows color (decimal): -1480767 or 12675049. OLE color: 12675049.
HSL color Cylindrical-coordinate representation of color #E967C1: hue angle of 318.46º 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 #E967C1 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 103 | 193 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.09 |
| HSL | 318.46º | 0.75% | 0.66% | - |
| HSV(B) | 318.46º | 0.56% | 0.91% | - |
| XYZ | 48.08 | 30.87 | 53.88 | - |
| YUV | 152.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 193 | 0 | 0.56 | 0.17 | 0.09 | 318.46 | 0.75 | 0.66 |
| Hex | E9 | 67 | C1 | 0 | 38 | 11 | 9 | 13E | 4B | 42 |
| Octal | 351 | 147 | 301 | 0 | 70 | 21 | 11 | 476 | 113 | 102 |
| Binary | 11101001 | 1100111 | 11000001 | 0 | 111000 | 10001 | 1001 | 100111110 | 1001011 | 1000010 |
Color Harmonies of #E967C1
Complementary color
Monochromatic Colors of #E967C1
Black with #E967C1
Text Example
Text Example
White with #E967C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967C1; }
p { color: rgb(233,103,193); }
H1.HeaderClassName
{
color: #E967C1;
}
.AnyTagClassName
{
color: #E967C1;
}
</style>
background-color css
<style>
a { background-color: #E967C1; }
a { background-color: rgb(233,103,193); }
div.DivClassName
{
background-color: #E967C1;
}
.BgClassName
{
background-color: #E967C1;
}
</style>
border-color css
<style>
span { border-color: #E967C1; }
span { border-color: rgb(233,103,193); }
td.TdClassName
{
border-color: #E967C1;
}
.TagClassName
{
border-color: #E967C1;
}
</style>