Shades of Neon Pink #FF5EDC
Tints of Neon Pink #FF5EDC
RGB
CMYK
RGB Variations
Color information
#FF5EDC (or 0xFF5EDC) is known color: Neon Pink. HEX triplet: FF, 5E and DC. RGB value is (255,94,220). Sum of RGB (Red+Green+Blue) = 255+94+220=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 94 (37.11% from 255 or 16.52% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EDC is #00A123. Grayscale: #9C9C9C. Windows color (decimal): -41252 or 14442239. OLE color: 14442239.
HSL color Cylindrical-coordinate representation of color #FF5EDC: hue angle of 313.04º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EDC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 220 | - |
| CMYK | 0 | 0.63 | 0.14 | 0 |
| HSL | 313.04º | 1% | 0.68% | - |
| HSV(B) | 313.04º | 0.63% | 1% | - |
| XYZ | 58.16 | 34.43 | 71.29 | - |
| YUV | 156.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 220 | 0 | 0.63 | 0.14 | 0 | 313.04 | 1 | 0.68 |
| Hex | FF | 5E | DC | 0 | 3F | E | 0 | 139 | 64 | 44 |
| Octal | 377 | 136 | 334 | 0 | 77 | 16 | 0 | 471 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11011100 | 0 | 111111 | 1110 | 0 | 100111001 | 1100100 | 1000100 |
Color Harmonies of #FF5EDC
Complementary color
Monochromatic Colors of #FF5EDC
Black with #FF5EDC
Text Example
Text Example
White with #FF5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EDC; }
p { color: rgb(255,94,220); }
H1.HeaderClassName
{
color: #FF5EDC;
}
.AnyTagClassName
{
color: #FF5EDC;
}
</style>
background-color css
<style>
a { background-color: #FF5EDC; }
a { background-color: rgb(255,94,220); }
div.DivClassName
{
background-color: #FF5EDC;
}
.BgClassName
{
background-color: #FF5EDC;
}
</style>
border-color css
<style>
span { border-color: #FF5EDC; }
span { border-color: rgb(255,94,220); }
td.TdClassName
{
border-color: #FF5EDC;
}
.TagClassName
{
border-color: #FF5EDC;
}
</style>