Shades of Neon Pink #E671C5
Tints of Neon Pink #E671C5
RGB
CMYK
RGB Variations
Color information
#E671C5 (or 0xE671C5) is known color: Neon Pink. HEX triplet: E6, 71 and C5. RGB value is (230,113,197). Sum of RGB (Red+Green+Blue) = 230+113+197=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E671C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671C5 is #198E3A. Grayscale: #9D9D9D. Windows color (decimal): -1674811 or 12939750. OLE color: 12939750.
HSL color Cylindrical-coordinate representation of color #E671C5: hue angle of 316.92º 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 #E671C5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 197 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.10 |
| HSL | 316.92º | 0.7% | 0.67% | - |
| HSV(B) | 316.92º | 0.51% | 0.9% | - |
| XYZ | 48.62 | 32.66 | 56.57 | - |
| YUV | 157.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 197 | 0 | 0.51 | 0.14 | 0.10 | 316.92 | 0.7 | 0.67 |
| Hex | E6 | 71 | C5 | 0 | 33 | E | A | 13D | 46 | 43 |
| Octal | 346 | 161 | 305 | 0 | 63 | 16 | 12 | 475 | 106 | 103 |
| Binary | 11100110 | 1110001 | 11000101 | 0 | 110011 | 1110 | 1010 | 100111101 | 1000110 | 1000011 |
Color Harmonies of #E671C5
Complementary color
Monochromatic Colors of #E671C5
Black with #E671C5
Text Example
Text Example
White with #E671C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671C5; }
p { color: rgb(230,113,197); }
H1.HeaderClassName
{
color: #E671C5;
}
.AnyTagClassName
{
color: #E671C5;
}
</style>
background-color css
<style>
a { background-color: #E671C5; }
a { background-color: rgb(230,113,197); }
div.DivClassName
{
background-color: #E671C5;
}
.BgClassName
{
background-color: #E671C5;
}
</style>
border-color css
<style>
span { border-color: #E671C5; }
span { border-color: rgb(230,113,197); }
td.TdClassName
{
border-color: #E671C5;
}
.TagClassName
{
border-color: #E671C5;
}
</style>