Shades of Neon Pink #E669C2
Tints of Neon Pink #E669C2
RGB
CMYK
RGB Variations
Color information
#E669C2 (or 0xE669C2) is known color: Neon Pink. HEX triplet: E6, 69 and C2. RGB value is (230,105,194). Sum of RGB (Red+Green+Blue) = 230+105+194=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E669C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669C2 is #19963D. Grayscale: #989898. Windows color (decimal): -1676862 or 12741094. OLE color: 12741094.
HSL color Cylindrical-coordinate representation of color #E669C2: hue angle of 317.28º 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 #E669C2 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 194 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.10 |
| HSL | 317.28º | 0.71% | 0.66% | - |
| HSV(B) | 317.28º | 0.54% | 0.9% | - |
| XYZ | 47.42 | 30.82 | 54.49 | - |
| YUV | 152.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 194 | 0 | 0.54 | 0.16 | 0.10 | 317.28 | 0.71 | 0.66 |
| Hex | E6 | 69 | C2 | 0 | 36 | 10 | A | 13D | 47 | 42 |
| Octal | 346 | 151 | 302 | 0 | 66 | 20 | 12 | 475 | 107 | 102 |
| Binary | 11100110 | 1101001 | 11000010 | 0 | 110110 | 10000 | 1010 | 100111101 | 1000111 | 1000010 |
Color Harmonies of #E669C2
Complementary color
Monochromatic Colors of #E669C2
Black with #E669C2
Text Example
Text Example
White with #E669C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E669C2; }
p { color: rgb(230,105,194); }
H1.HeaderClassName
{
color: #E669C2;
}
.AnyTagClassName
{
color: #E669C2;
}
</style>
background-color css
<style>
a { background-color: #E669C2; }
a { background-color: rgb(230,105,194); }
div.DivClassName
{
background-color: #E669C2;
}
.BgClassName
{
background-color: #E669C2;
}
</style>
border-color css
<style>
span { border-color: #E669C2; }
span { border-color: rgb(230,105,194); }
td.TdClassName
{
border-color: #E669C2;
}
.TagClassName
{
border-color: #E669C2;
}
</style>