Shades of Neon Pink #E669BF
Tints of Neon Pink #E669BF
RGB
CMYK
RGB Variations
Color information
#E669BF (or 0xE669BF) is known color: Neon Pink. HEX triplet: E6, 69 and BF. RGB value is (230,105,191). Sum of RGB (Red+Green+Blue) = 230+105+191=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E669BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669BF is #199640. Grayscale: #979797. Windows color (decimal): -1676865 or 12544486. OLE color: 12544486.
HSL color Cylindrical-coordinate representation of color #E669BF: hue angle of 318.72º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669BF is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 191 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.10 |
| HSL | 318.72º | 0.71% | 0.66% | - |
| HSV(B) | 318.72º | 0.54% | 0.9% | - |
| XYZ | 47.09 | 30.69 | 52.73 | - |
| YUV | 152.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 191 | 0 | 0.54 | 0.17 | 0.10 | 318.72 | 0.71 | 0.66 |
| Hex | E6 | 69 | BF | 0 | 36 | 11 | A | 13F | 47 | 42 |
| Octal | 346 | 151 | 277 | 0 | 66 | 21 | 12 | 477 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10111111 | 0 | 110110 | 10001 | 1010 | 100111111 | 1000111 | 1000010 |
Color Harmonies of #E669BF
Complementary color
Monochromatic Colors of #E669BF
Black with #E669BF
Text Example
Text Example
White with #E669BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669BF; }
p { color: rgb(230,105,191); }
H1.HeaderClassName
{
color: #E669BF;
}
.AnyTagClassName
{
color: #E669BF;
}
</style>
background-color css
<style>
a { background-color: #E669BF; }
a { background-color: rgb(230,105,191); }
div.DivClassName
{
background-color: #E669BF;
}
.BgClassName
{
background-color: #E669BF;
}
</style>
border-color css
<style>
span { border-color: #E669BF; }
span { border-color: rgb(230,105,191); }
td.TdClassName
{
border-color: #E669BF;
}
.TagClassName
{
border-color: #E669BF;
}
</style>