Shades of Neon Pink #E768BC
Tints of Neon Pink #E768BC
RGB
CMYK
RGB Variations
Color information
#E768BC (or 0xE768BC) is known color: Neon Pink. HEX triplet: E7, 68 and BC. RGB value is (231,104,188). Sum of RGB (Red+Green+Blue) = 231+104+188=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E768BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768BC is #189743. Grayscale: #979797. Windows color (decimal): -1611588 or 12347623. OLE color: 12347623.
HSL color Cylindrical-coordinate representation of color #E768BC: hue angle of 320.31º 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 #E768BC is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 188 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.09 |
| HSL | 320.32º | 0.73% | 0.66% | - |
| HSV(B) | 320.32º | 0.55% | 0.91% | - |
| XYZ | 46.98 | 30.52 | 50.99 | - |
| YUV | 151.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 188 | 0 | 0.55 | 0.19 | 0.09 | 320.32 | 0.73 | 0.66 |
| Hex | E7 | 68 | BC | 0 | 37 | 13 | 9 | 140 | 49 | 42 |
| Octal | 347 | 150 | 274 | 0 | 67 | 23 | 11 | 500 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10111100 | 0 | 110111 | 10011 | 1001 | 101000000 | 1001001 | 1000010 |
Color Harmonies of #E768BC
Complementary color
Monochromatic Colors of #E768BC
Black with #E768BC
Text Example
Text Example
White with #E768BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768BC; }
p { color: rgb(231,104,188); }
H1.HeaderClassName
{
color: #E768BC;
}
.AnyTagClassName
{
color: #E768BC;
}
</style>
background-color css
<style>
a { background-color: #E768BC; }
a { background-color: rgb(231,104,188); }
div.DivClassName
{
background-color: #E768BC;
}
.BgClassName
{
background-color: #E768BC;
}
</style>
border-color css
<style>
span { border-color: #E768BC; }
span { border-color: rgb(231,104,188); }
td.TdClassName
{
border-color: #E768BC;
}
.TagClassName
{
border-color: #E768BC;
}
</style>