Shades of Neon Pink #E768BF
Tints of Neon Pink #E768BF
RGB
CMYK
RGB Variations
Color information
#E768BF (or 0xE768BF) is known color: Neon Pink. HEX triplet: E7, 68 and BF. RGB value is (231,104,191). Sum of RGB (Red+Green+Blue) = 231+104+191=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E768BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768BF is #189740. Grayscale: #979797. Windows color (decimal): -1611585 or 12544231. OLE color: 12544231.
HSL color Cylindrical-coordinate representation of color #E768BF: hue angle of 318.9º 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 #E768BF is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 191 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.09 |
| HSL | 318.9º | 0.73% | 0.66% | - |
| HSV(B) | 318.9º | 0.55% | 0.91% | - |
| XYZ | 47.31 | 30.65 | 52.71 | - |
| YUV | 151.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 191 | 0 | 0.55 | 0.17 | 0.09 | 318.9 | 0.73 | 0.66 |
| Hex | E7 | 68 | BF | 0 | 37 | 11 | 9 | 13F | 49 | 42 |
| Octal | 347 | 150 | 277 | 0 | 67 | 21 | 11 | 477 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10111111 | 0 | 110111 | 10001 | 1001 | 100111111 | 1001001 | 1000010 |
Color Harmonies of #E768BF
Complementary color
Monochromatic Colors of #E768BF
Black with #E768BF
Text Example
Text Example
White with #E768BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768BF; }
p { color: rgb(231,104,191); }
H1.HeaderClassName
{
color: #E768BF;
}
.AnyTagClassName
{
color: #E768BF;
}
</style>
background-color css
<style>
a { background-color: #E768BF; }
a { background-color: rgb(231,104,191); }
div.DivClassName
{
background-color: #E768BF;
}
.BgClassName
{
background-color: #E768BF;
}
</style>
border-color css
<style>
span { border-color: #E768BF; }
span { border-color: rgb(231,104,191); }
td.TdClassName
{
border-color: #E768BF;
}
.TagClassName
{
border-color: #E768BF;
}
</style>