Shades of Neon Pink #E96BC7
Tints of Neon Pink #E96BC7
RGB
CMYK
RGB Variations
Color information
#E96BC7 (or 0xE96BC7) is known color: Neon Pink. HEX triplet: E9, 6B and C7. RGB value is (233,107,199). Sum of RGB (Red+Green+Blue) = 233+107+199=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BC7 is #169438. Grayscale: #9A9A9A. Windows color (decimal): -1479737 or 13069289. OLE color: 13069289.
HSL color Cylindrical-coordinate representation of color #E96BC7: hue angle of 316.19º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96BC7 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 107 | 199 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.09 |
| HSL | 316.19º | 0.74% | 0.67% | - |
| HSV(B) | 316.19º | 0.54% | 0.91% | - |
| XYZ | 49.17 | 31.96 | 57.61 | - |
| YUV | 155.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 199 | 0 | 0.54 | 0.15 | 0.09 | 316.19 | 0.74 | 0.67 |
| Hex | E9 | 6B | C7 | 0 | 36 | F | 9 | 13C | 4A | 43 |
| Octal | 351 | 153 | 307 | 0 | 66 | 17 | 11 | 474 | 112 | 103 |
| Binary | 11101001 | 1101011 | 11000111 | 0 | 110110 | 1111 | 1001 | 100111100 | 1001010 | 1000011 |
Color Harmonies of #E96BC7
Complementary color
Monochromatic Colors of #E96BC7
Black with #E96BC7
Text Example
Text Example
White with #E96BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BC7; }
p { color: rgb(233,107,199); }
H1.HeaderClassName
{
color: #E96BC7;
}
.AnyTagClassName
{
color: #E96BC7;
}
</style>
background-color css
<style>
a { background-color: #E96BC7; }
a { background-color: rgb(233,107,199); }
div.DivClassName
{
background-color: #E96BC7;
}
.BgClassName
{
background-color: #E96BC7;
}
</style>
border-color css
<style>
span { border-color: #E96BC7; }
span { border-color: rgb(233,107,199); }
td.TdClassName
{
border-color: #E96BC7;
}
.TagClassName
{
border-color: #E96BC7;
}
</style>