Shades of Neon Pink #E768C6
Tints of Neon Pink #E768C6
RGB
CMYK
RGB Variations
Color information
#E768C6 (or 0xE768C6) is known color: Neon Pink. HEX triplet: E7, 68 and C6. RGB value is (231,104,198). Sum of RGB (Red+Green+Blue) = 231+104+198=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E768C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768C6 is #189739. Grayscale: #989898. Windows color (decimal): -1611578 or 13002983. OLE color: 13002983.
HSL color Cylindrical-coordinate representation of color #E768C6: hue angle of 315.59º degrees, saturation: 0.73, 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 #E768C6 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 198 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.09 |
| HSL | 315.59º | 0.73% | 0.66% | - |
| HSV(B) | 315.59º | 0.55% | 0.91% | - |
| XYZ | 48.1 | 30.97 | 56.87 | - |
| YUV | 152.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 198 | 0 | 0.55 | 0.14 | 0.09 | 315.59 | 0.73 | 0.66 |
| Hex | E7 | 68 | C6 | 0 | 37 | E | 9 | 13C | 49 | 42 |
| Octal | 347 | 150 | 306 | 0 | 67 | 16 | 11 | 474 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11000110 | 0 | 110111 | 1110 | 1001 | 100111100 | 1001001 | 1000010 |
Color Harmonies of #E768C6
Complementary color
Monochromatic Colors of #E768C6
Black with #E768C6
Text Example
Text Example
White with #E768C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768C6; }
p { color: rgb(231,104,198); }
H1.HeaderClassName
{
color: #E768C6;
}
.AnyTagClassName
{
color: #E768C6;
}
</style>
background-color css
<style>
a { background-color: #E768C6; }
a { background-color: rgb(231,104,198); }
div.DivClassName
{
background-color: #E768C6;
}
.BgClassName
{
background-color: #E768C6;
}
</style>
border-color css
<style>
span { border-color: #E768C6; }
span { border-color: rgb(231,104,198); }
td.TdClassName
{
border-color: #E768C6;
}
.TagClassName
{
border-color: #E768C6;
}
</style>