Shades of Neon Pink #E670C5
Tints of Neon Pink #E670C5
RGB
CMYK
RGB Variations
Color information
#E670C5 (or 0xE670C5) is known color: Neon Pink. HEX triplet: E6, 70 and C5. RGB value is (230,112,197). Sum of RGB (Red+Green+Blue) = 230+112+197=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E670C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670C5 is #198F3A. Grayscale: #9C9C9C. Windows color (decimal): -1675067 or 12939494. OLE color: 12939494.
HSL color Cylindrical-coordinate representation of color #E670C5: hue angle of 316.78º 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 #E670C5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 197 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.10 |
| HSL | 316.78º | 0.7% | 0.67% | - |
| HSV(B) | 316.78º | 0.51% | 0.9% | - |
| XYZ | 48.51 | 32.44 | 56.53 | - |
| YUV | 156.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 197 | 0 | 0.51 | 0.14 | 0.10 | 316.78 | 0.7 | 0.67 |
| Hex | E6 | 70 | C5 | 0 | 33 | E | A | 13D | 46 | 43 |
| Octal | 346 | 160 | 305 | 0 | 63 | 16 | 12 | 475 | 106 | 103 |
| Binary | 11100110 | 1110000 | 11000101 | 0 | 110011 | 1110 | 1010 | 100111101 | 1000110 | 1000011 |
Color Harmonies of #E670C5
Complementary color
Monochromatic Colors of #E670C5
Black with #E670C5
Text Example
Text Example
White with #E670C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670C5; }
p { color: rgb(230,112,197); }
H1.HeaderClassName
{
color: #E670C5;
}
.AnyTagClassName
{
color: #E670C5;
}
</style>
background-color css
<style>
a { background-color: #E670C5; }
a { background-color: rgb(230,112,197); }
div.DivClassName
{
background-color: #E670C5;
}
.BgClassName
{
background-color: #E670C5;
}
</style>
border-color css
<style>
span { border-color: #E670C5; }
span { border-color: rgb(230,112,197); }
td.TdClassName
{
border-color: #E670C5;
}
.TagClassName
{
border-color: #E670C5;
}
</style>