Shades of Neon Pink #FD5EC1
Tints of Neon Pink #FD5EC1
RGB
CMYK
RGB Variations
Color information
#FD5EC1 (or 0xFD5EC1) is known color: Neon Pink. HEX triplet: FD, 5E and C1. RGB value is (253,94,193). Sum of RGB (Red+Green+Blue) = 253+94+193=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EC1 is #02A13E. Grayscale: #989898. Windows color (decimal): -172351 or 12672765. OLE color: 12672765.
HSL color Cylindrical-coordinate representation of color #FD5EC1: hue angle of 322.64º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5EC1 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 193 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.01 |
| HSL | 322.64º | 0.98% | 0.68% | - |
| HSV(B) | 322.64º | 0.63% | 0.99% | - |
| XYZ | 54.14 | 32.74 | 53.92 | - |
| YUV | 152.83 | 150.68 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 193 | 0 | 0.63 | 0.24 | 0.01 | 322.64 | 0.98 | 0.68 |
| Hex | FD | 5E | C1 | 0 | 3F | 18 | 1 | 143 | 62 | 44 |
| Octal | 375 | 136 | 301 | 0 | 77 | 30 | 1 | 503 | 142 | 104 |
| Binary | 11111101 | 1011110 | 11000001 | 0 | 111111 | 11000 | 1 | 101000011 | 1100010 | 1000100 |
Color Harmonies of #FD5EC1
Complementary color
Monochromatic Colors of #FD5EC1
Black with #FD5EC1
Text Example
Text Example
White with #FD5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5EC1; }
p { color: rgb(253,94,193); }
H1.HeaderClassName
{
color: #FD5EC1;
}
.AnyTagClassName
{
color: #FD5EC1;
}
</style>
background-color css
<style>
a { background-color: #FD5EC1; }
a { background-color: rgb(253,94,193); }
div.DivClassName
{
background-color: #FD5EC1;
}
.BgClassName
{
background-color: #FD5EC1;
}
</style>
border-color css
<style>
span { border-color: #FD5EC1; }
span { border-color: rgb(253,94,193); }
td.TdClassName
{
border-color: #FD5EC1;
}
.TagClassName
{
border-color: #FD5EC1;
}
</style>