Shades of Neon Pink #FF6ED8
Tints of Neon Pink #FF6ED8
RGB
CMYK
RGB Variations
Color information
#FF6ED8 (or 0xFF6ED8) is known color: Neon Pink. HEX triplet: FF, 6E and D8. RGB value is (255,110,216). Sum of RGB (Red+Green+Blue) = 255+110+216=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ED8 is #009127. Grayscale: #A5A5A5. Windows color (decimal): -37160 or 14184191. OLE color: 14184191.
HSL color Cylindrical-coordinate representation of color #FF6ED8: hue angle of 316.14º 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 #FF6ED8 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 216 | - |
| CMYK | 0 | 0.57 | 0.15 | 0 |
| HSL | 316.14º | 1% | 0.72% | - |
| HSV(B) | 316.14º | 0.57% | 1% | - |
| XYZ | 59.21 | 37.37 | 69.06 | - |
| YUV | 165.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 216 | 0 | 0.57 | 0.15 | 0 | 316.14 | 1 | 0.72 |
| Hex | FF | 6E | D8 | 0 | 39 | F | 0 | 13C | 64 | 48 |
| Octal | 377 | 156 | 330 | 0 | 71 | 17 | 0 | 474 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11011000 | 0 | 111001 | 1111 | 0 | 100111100 | 1100100 | 1001000 |
Color Harmonies of #FF6ED8
Complementary color
Monochromatic Colors of #FF6ED8
Black with #FF6ED8
Text Example
Text Example
White with #FF6ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6ED8; }
p { color: rgb(255,110,216); }
H1.HeaderClassName
{
color: #FF6ED8;
}
.AnyTagClassName
{
color: #FF6ED8;
}
</style>
background-color css
<style>
a { background-color: #FF6ED8; }
a { background-color: rgb(255,110,216); }
div.DivClassName
{
background-color: #FF6ED8;
}
.BgClassName
{
background-color: #FF6ED8;
}
</style>
border-color css
<style>
span { border-color: #FF6ED8; }
span { border-color: rgb(255,110,216); }
td.TdClassName
{
border-color: #FF6ED8;
}
.TagClassName
{
border-color: #FF6ED8;
}
</style>