Shades of Neon Pink #FF6EDC
Tints of Neon Pink #FF6EDC
RGB
CMYK
RGB Variations
Color information
#FF6EDC (or 0xFF6EDC) is known color: Neon Pink. HEX triplet: FF, 6E and DC. RGB value is (255,110,220). Sum of RGB (Red+Green+Blue) = 255+110+220=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 110 (43.36% from 255 or 18.80% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EDC is #009123. Grayscale: #A5A5A5. Windows color (decimal): -37156 or 14446335. OLE color: 14446335.
HSL color Cylindrical-coordinate representation of color #FF6EDC: hue angle of 314.48º 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 #FF6EDC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 220 | - |
| CMYK | 0 | 0.57 | 0.14 | 0 |
| HSL | 314.48º | 1% | 0.72% | - |
| HSV(B) | 314.48º | 0.57% | 1% | - |
| XYZ | 59.73 | 37.58 | 71.82 | - |
| YUV | 165.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 220 | 0 | 0.57 | 0.14 | 0 | 314.48 | 1 | 0.72 |
| Hex | FF | 6E | DC | 0 | 39 | E | 0 | 13A | 64 | 48 |
| Octal | 377 | 156 | 334 | 0 | 71 | 16 | 0 | 472 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11011100 | 0 | 111001 | 1110 | 0 | 100111010 | 1100100 | 1001000 |
Color Harmonies of #FF6EDC
Complementary color
Monochromatic Colors of #FF6EDC
Black with #FF6EDC
Text Example
Text Example
White with #FF6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EDC; }
p { color: rgb(255,110,220); }
H1.HeaderClassName
{
color: #FF6EDC;
}
.AnyTagClassName
{
color: #FF6EDC;
}
</style>
background-color css
<style>
a { background-color: #FF6EDC; }
a { background-color: rgb(255,110,220); }
div.DivClassName
{
background-color: #FF6EDC;
}
.BgClassName
{
background-color: #FF6EDC;
}
</style>
border-color css
<style>
span { border-color: #FF6EDC; }
span { border-color: rgb(255,110,220); }
td.TdClassName
{
border-color: #FF6EDC;
}
.TagClassName
{
border-color: #FF6EDC;
}
</style>