Shades of Neon Pink #E670C2
Tints of Neon Pink #E670C2
RGB
CMYK
RGB Variations
Color information
#E670C2 (or 0xE670C2) is known color: Neon Pink. HEX triplet: E6, 70 and C2. RGB value is (230,112,194). Sum of RGB (Red+Green+Blue) = 230+112+194=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E670C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670C2 is #198F3D. Grayscale: #9C9C9C. Windows color (decimal): -1675070 or 12742886. OLE color: 12742886.
HSL color Cylindrical-coordinate representation of color #E670C2: hue angle of 318.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E670C2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 194 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.10 |
| HSL | 318.31º | 0.7% | 0.67% | - |
| HSV(B) | 318.31º | 0.51% | 0.9% | - |
| XYZ | 48.16 | 32.31 | 54.74 | - |
| YUV | 156.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 194 | 0 | 0.51 | 0.16 | 0.10 | 318.31 | 0.7 | 0.67 |
| Hex | E6 | 70 | C2 | 0 | 33 | 10 | A | 13E | 46 | 43 |
| Octal | 346 | 160 | 302 | 0 | 63 | 20 | 12 | 476 | 106 | 103 |
| Binary | 11100110 | 1110000 | 11000010 | 0 | 110011 | 10000 | 1010 | 100111110 | 1000110 | 1000011 |
Color Harmonies of #E670C2
Complementary color
Monochromatic Colors of #E670C2
Black with #E670C2
Text Example
Text Example
White with #E670C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670C2; }
p { color: rgb(230,112,194); }
H1.HeaderClassName
{
color: #E670C2;
}
.AnyTagClassName
{
color: #E670C2;
}
</style>
background-color css
<style>
a { background-color: #E670C2; }
a { background-color: rgb(230,112,194); }
div.DivClassName
{
background-color: #E670C2;
}
.BgClassName
{
background-color: #E670C2;
}
</style>
border-color css
<style>
span { border-color: #E670C2; }
span { border-color: rgb(230,112,194); }
td.TdClassName
{
border-color: #E670C2;
}
.TagClassName
{
border-color: #E670C2;
}
</style>