Shades of Neon Pink #E668BF
Tints of Neon Pink #E668BF
RGB
CMYK
RGB Variations
Color information
#E668BF (or 0xE668BF) is known color: Neon Pink. HEX triplet: E6, 68 and BF. RGB value is (230,104,191). Sum of RGB (Red+Green+Blue) = 230+104+191=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E668BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668BF is #199740. Grayscale: #979797. Windows color (decimal): -1677121 or 12544230. OLE color: 12544230.
HSL color Cylindrical-coordinate representation of color #E668BF: hue angle of 318.57º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668BF is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 191 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.10 |
| HSL | 318.57º | 0.72% | 0.65% | - |
| HSV(B) | 318.57º | 0.55% | 0.9% | - |
| XYZ | 46.99 | 30.49 | 52.7 | - |
| YUV | 151.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 191 | 0 | 0.55 | 0.17 | 0.10 | 318.57 | 0.72 | 0.65 |
| Hex | E6 | 68 | BF | 0 | 37 | 11 | A | 13F | 48 | 41 |
| Octal | 346 | 150 | 277 | 0 | 67 | 21 | 12 | 477 | 110 | 101 |
| Binary | 11100110 | 1101000 | 10111111 | 0 | 110111 | 10001 | 1010 | 100111111 | 1001000 | 1000001 |
Color Harmonies of #E668BF
Complementary color
Monochromatic Colors of #E668BF
Black with #E668BF
Text Example
Text Example
White with #E668BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668BF; }
p { color: rgb(230,104,191); }
H1.HeaderClassName
{
color: #E668BF;
}
.AnyTagClassName
{
color: #E668BF;
}
</style>
background-color css
<style>
a { background-color: #E668BF; }
a { background-color: rgb(230,104,191); }
div.DivClassName
{
background-color: #E668BF;
}
.BgClassName
{
background-color: #E668BF;
}
</style>
border-color css
<style>
span { border-color: #E668BF; }
span { border-color: rgb(230,104,191); }
td.TdClassName
{
border-color: #E668BF;
}
.TagClassName
{
border-color: #E668BF;
}
</style>