Shades of Neon Pink #FF6EDA
Tints of Neon Pink #FF6EDA
RGB
CMYK
RGB Variations
Color information
#FF6EDA (or 0xFF6EDA) is known color: Neon Pink. HEX triplet: FF, 6E and DA. RGB value is (255,110,218). Sum of RGB (Red+Green+Blue) = 255+110+218=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EDA is #009125. Grayscale: #A5A5A5. Windows color (decimal): -37158 or 14315263. OLE color: 14315263.
HSL color Cylindrical-coordinate representation of color #FF6EDA: hue angle of 315.31º 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 #FF6EDA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 218 | - |
| CMYK | 0 | 0.57 | 0.15 | 0 |
| HSL | 315.31º | 1% | 0.72% | - |
| HSV(B) | 315.31º | 0.57% | 1% | - |
| XYZ | 59.47 | 37.47 | 70.43 | - |
| YUV | 165.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 218 | 0 | 0.57 | 0.15 | 0 | 315.31 | 1 | 0.72 |
| Hex | FF | 6E | DA | 0 | 39 | F | 0 | 13B | 64 | 48 |
| Octal | 377 | 156 | 332 | 0 | 71 | 17 | 0 | 473 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11011010 | 0 | 111001 | 1111 | 0 | 100111011 | 1100100 | 1001000 |
Color Harmonies of #FF6EDA
Complementary color
Monochromatic Colors of #FF6EDA
Black with #FF6EDA
Text Example
Text Example
White with #FF6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EDA; }
p { color: rgb(255,110,218); }
H1.HeaderClassName
{
color: #FF6EDA;
}
.AnyTagClassName
{
color: #FF6EDA;
}
</style>
background-color css
<style>
a { background-color: #FF6EDA; }
a { background-color: rgb(255,110,218); }
div.DivClassName
{
background-color: #FF6EDA;
}
.BgClassName
{
background-color: #FF6EDA;
}
</style>
border-color css
<style>
span { border-color: #FF6EDA; }
span { border-color: rgb(255,110,218); }
td.TdClassName
{
border-color: #FF6EDA;
}
.TagClassName
{
border-color: #FF6EDA;
}
</style>