Shades of Neon Pink #FD5ACE
Tints of Neon Pink #FD5ACE
RGB
CMYK
RGB Variations
Color information
#FD5ACE (or 0xFD5ACE) is known color: Neon Pink. HEX triplet: FD, 5A and CE. RGB value is (253,90,206). Sum of RGB (Red+Green+Blue) = 253+90+206=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ACE is #02A531. Grayscale: #979797. Windows color (decimal): -173362 or 13523709. OLE color: 13523709.
HSL color Cylindrical-coordinate representation of color #FD5ACE: hue angle of 317.3º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5ACE is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 206 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.01 |
| HSL | 317.3º | 0.98% | 0.67% | - |
| HSV(B) | 317.3º | 0.64% | 0.99% | - |
| XYZ | 55.3 | 32.65 | 61.78 | - |
| YUV | 151.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 206 | 0 | 0.64 | 0.19 | 0.01 | 317.3 | 0.98 | 0.67 |
| Hex | FD | 5A | CE | 0 | 40 | 13 | 1 | 13D | 62 | 43 |
| Octal | 375 | 132 | 316 | 0 | 100 | 23 | 1 | 475 | 142 | 103 |
| Binary | 11111101 | 1011010 | 11001110 | 0 | 1000000 | 10011 | 1 | 100111101 | 1100010 | 1000011 |
Color Harmonies of #FD5ACE
Complementary color
Monochromatic Colors of #FD5ACE
Black with #FD5ACE
Text Example
Text Example
White with #FD5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5ACE; }
p { color: rgb(253,90,206); }
H1.HeaderClassName
{
color: #FD5ACE;
}
.AnyTagClassName
{
color: #FD5ACE;
}
</style>
background-color css
<style>
a { background-color: #FD5ACE; }
a { background-color: rgb(253,90,206); }
div.DivClassName
{
background-color: #FD5ACE;
}
.BgClassName
{
background-color: #FD5ACE;
}
</style>
border-color css
<style>
span { border-color: #FD5ACE; }
span { border-color: rgb(253,90,206); }
td.TdClassName
{
border-color: #FD5ACE;
}
.TagClassName
{
border-color: #FD5ACE;
}
</style>