Shades of Neon Pink #FF6ED1
Tints of Neon Pink #FF6ED1
RGB
CMYK
RGB Variations
Color information
#FF6ED1 (or 0xFF6ED1) is known color: Neon Pink. HEX triplet: FF, 6E and D1. RGB value is (255,110,209). Sum of RGB (Red+Green+Blue) = 255+110+209=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ED1 is #00912E. Grayscale: #A4A4A4. Windows color (decimal): -37167 or 13725439. OLE color: 13725439.
HSL color Cylindrical-coordinate representation of color #FF6ED1: hue angle of 319.03º 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 #FF6ED1 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 209 | - |
| CMYK | 0 | 0.57 | 0.18 | 0 |
| HSL | 319.03º | 1% | 0.72% | - |
| HSV(B) | 319.03º | 0.57% | 1% | - |
| XYZ | 58.32 | 37.02 | 64.39 | - |
| YUV | 164.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 209 | 0 | 0.57 | 0.18 | 0 | 319.03 | 1 | 0.72 |
| Hex | FF | 6E | D1 | 0 | 39 | 12 | 0 | 13F | 64 | 48 |
| Octal | 377 | 156 | 321 | 0 | 71 | 22 | 0 | 477 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11010001 | 0 | 111001 | 10010 | 0 | 100111111 | 1100100 | 1001000 |
Color Harmonies of #FF6ED1
Complementary color
Monochromatic Colors of #FF6ED1
Black with #FF6ED1
Text Example
Text Example
White with #FF6ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6ED1; }
p { color: rgb(255,110,209); }
H1.HeaderClassName
{
color: #FF6ED1;
}
.AnyTagClassName
{
color: #FF6ED1;
}
</style>
background-color css
<style>
a { background-color: #FF6ED1; }
a { background-color: rgb(255,110,209); }
div.DivClassName
{
background-color: #FF6ED1;
}
.BgClassName
{
background-color: #FF6ED1;
}
</style>
border-color css
<style>
span { border-color: #FF6ED1; }
span { border-color: rgb(255,110,209); }
td.TdClassName
{
border-color: #FF6ED1;
}
.TagClassName
{
border-color: #FF6ED1;
}
</style>