Shades of Neon Pink #FF6ED4
Tints of Neon Pink #FF6ED4
RGB
CMYK
RGB Variations
Color information
#FF6ED4 (or 0xFF6ED4) is known color: Neon Pink. HEX triplet: FF, 6E and D4. RGB value is (255,110,212). Sum of RGB (Red+Green+Blue) = 255+110+212=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 110 (43.36% from 255 or 19.06% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ED4 is #00912B. Grayscale: #A4A4A4. Windows color (decimal): -37164 or 13922047. OLE color: 13922047.
HSL color Cylindrical-coordinate representation of color #FF6ED4: hue angle of 317.79º 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 #FF6ED4 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 212 | - |
| CMYK | 0 | 0.57 | 0.17 | 0 |
| HSL | 317.79º | 1% | 0.72% | - |
| HSV(B) | 317.79º | 0.57% | 1% | - |
| XYZ | 58.7 | 37.17 | 66.37 | - |
| YUV | 164.98 | 154.54 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 212 | 0 | 0.57 | 0.17 | 0 | 317.79 | 1 | 0.72 |
| Hex | FF | 6E | D4 | 0 | 39 | 11 | 0 | 13E | 64 | 48 |
| Octal | 377 | 156 | 324 | 0 | 71 | 21 | 0 | 476 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11010100 | 0 | 111001 | 10001 | 0 | 100111110 | 1100100 | 1001000 |
Color Harmonies of #FF6ED4
Complementary color
Monochromatic Colors of #FF6ED4
Black with #FF6ED4
Text Example
Text Example
White with #FF6ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6ED4; }
p { color: rgb(255,110,212); }
H1.HeaderClassName
{
color: #FF6ED4;
}
.AnyTagClassName
{
color: #FF6ED4;
}
</style>
background-color css
<style>
a { background-color: #FF6ED4; }
a { background-color: rgb(255,110,212); }
div.DivClassName
{
background-color: #FF6ED4;
}
.BgClassName
{
background-color: #FF6ED4;
}
</style>
border-color css
<style>
span { border-color: #FF6ED4; }
span { border-color: rgb(255,110,212); }
td.TdClassName
{
border-color: #FF6ED4;
}
.TagClassName
{
border-color: #FF6ED4;
}
</style>