Shades of Neon Pink #FF6ED6
Tints of Neon Pink #FF6ED6
RGB
CMYK
RGB Variations
Color information
#FF6ED6 (or 0xFF6ED6) is known color: Neon Pink. HEX triplet: FF, 6E and D6. RGB value is (255,110,214). Sum of RGB (Red+Green+Blue) = 255+110+214=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ED6 is #009129. Grayscale: #A4A4A4. Windows color (decimal): -37162 or 14053119. OLE color: 14053119.
HSL color Cylindrical-coordinate representation of color #FF6ED6: hue angle of 316.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6ED6 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 214 | - |
| CMYK | 0 | 0.57 | 0.16 | 0 |
| HSL | 316.97º | 1% | 0.72% | - |
| HSV(B) | 316.97º | 0.57% | 1% | - |
| XYZ | 58.95 | 37.27 | 67.7 | - |
| YUV | 165.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 214 | 0 | 0.57 | 0.16 | 0 | 316.97 | 1 | 0.72 |
| Hex | FF | 6E | D6 | 0 | 39 | 10 | 0 | 13D | 64 | 48 |
| Octal | 377 | 156 | 326 | 0 | 71 | 20 | 0 | 475 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11010110 | 0 | 111001 | 10000 | 0 | 100111101 | 1100100 | 1001000 |
Color Harmonies of #FF6ED6
Complementary color
Monochromatic Colors of #FF6ED6
Black with #FF6ED6
Text Example
Text Example
White with #FF6ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6ED6; }
p { color: rgb(255,110,214); }
H1.HeaderClassName
{
color: #FF6ED6;
}
.AnyTagClassName
{
color: #FF6ED6;
}
</style>
background-color css
<style>
a { background-color: #FF6ED6; }
a { background-color: rgb(255,110,214); }
div.DivClassName
{
background-color: #FF6ED6;
}
.BgClassName
{
background-color: #FF6ED6;
}
</style>
border-color css
<style>
span { border-color: #FF6ED6; }
span { border-color: rgb(255,110,214); }
td.TdClassName
{
border-color: #FF6ED6;
}
.TagClassName
{
border-color: #FF6ED6;
}
</style>