Shades of Neon Pink #FF5ED4
Tints of Neon Pink #FF5ED4
RGB
CMYK
RGB Variations
Color information
#FF5ED4 (or 0xFF5ED4) is known color: Neon Pink. HEX triplet: FF, 5E and D4. RGB value is (255,94,212). Sum of RGB (Red+Green+Blue) = 255+94+212=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 94 (37.11% from 255 or 16.76% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5ED4 is #00A12B. Grayscale: #9B9B9B. Windows color (decimal): -41260 or 13917951. OLE color: 13917951.
HSL color Cylindrical-coordinate representation of color #FF5ED4: hue angle of 316.02º 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 #FF5ED4 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 212 | - |
| CMYK | 0 | 0.63 | 0.17 | 0 |
| HSL | 316.02º | 1% | 0.68% | - |
| HSV(B) | 316.02º | 0.63% | 1% | - |
| XYZ | 57.13 | 34.02 | 65.84 | - |
| YUV | 155.59 | 159.84 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 212 | 0 | 0.63 | 0.17 | 0 | 316.02 | 1 | 0.68 |
| Hex | FF | 5E | D4 | 0 | 3F | 11 | 0 | 13C | 64 | 44 |
| Octal | 377 | 136 | 324 | 0 | 77 | 21 | 0 | 474 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11010100 | 0 | 111111 | 10001 | 0 | 100111100 | 1100100 | 1000100 |
Color Harmonies of #FF5ED4
Complementary color
Monochromatic Colors of #FF5ED4
Black with #FF5ED4
Text Example
Text Example
White with #FF5ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5ED4; }
p { color: rgb(255,94,212); }
H1.HeaderClassName
{
color: #FF5ED4;
}
.AnyTagClassName
{
color: #FF5ED4;
}
</style>
background-color css
<style>
a { background-color: #FF5ED4; }
a { background-color: rgb(255,94,212); }
div.DivClassName
{
background-color: #FF5ED4;
}
.BgClassName
{
background-color: #FF5ED4;
}
</style>
border-color css
<style>
span { border-color: #FF5ED4; }
span { border-color: rgb(255,94,212); }
td.TdClassName
{
border-color: #FF5ED4;
}
.TagClassName
{
border-color: #FF5ED4;
}
</style>