Shades of Neon Pink #FD5ACF
Tints of Neon Pink #FD5ACF
RGB
CMYK
RGB Variations
Color information
#FD5ACF (or 0xFD5ACF) is known color: Neon Pink. HEX triplet: FD, 5A and CF. RGB value is (253,90,207). Sum of RGB (Red+Green+Blue) = 253+90+207=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5ACF is #02A530. Grayscale: #979797. Windows color (decimal): -173361 or 13589245. OLE color: 13589245.
HSL color Cylindrical-coordinate representation of color #FD5ACF: hue angle of 316.93º 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 #FD5ACF is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 207 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.01 |
| HSL | 316.93º | 0.98% | 0.67% | - |
| HSV(B) | 316.93º | 0.64% | 0.99% | - |
| XYZ | 55.43 | 32.7 | 62.42 | - |
| YUV | 152.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 207 | 0 | 0.64 | 0.18 | 0.01 | 316.93 | 0.98 | 0.67 |
| Hex | FD | 5A | CF | 0 | 40 | 12 | 1 | 13D | 62 | 43 |
| Octal | 375 | 132 | 317 | 0 | 100 | 22 | 1 | 475 | 142 | 103 |
| Binary | 11111101 | 1011010 | 11001111 | 0 | 1000000 | 10010 | 1 | 100111101 | 1100010 | 1000011 |
Color Harmonies of #FD5ACF
Complementary color
Monochromatic Colors of #FD5ACF
Black with #FD5ACF
Text Example
Text Example
White with #FD5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5ACF; }
p { color: rgb(253,90,207); }
H1.HeaderClassName
{
color: #FD5ACF;
}
.AnyTagClassName
{
color: #FD5ACF;
}
</style>
background-color css
<style>
a { background-color: #FD5ACF; }
a { background-color: rgb(253,90,207); }
div.DivClassName
{
background-color: #FD5ACF;
}
.BgClassName
{
background-color: #FD5ACF;
}
</style>
border-color css
<style>
span { border-color: #FD5ACF; }
span { border-color: rgb(253,90,207); }
td.TdClassName
{
border-color: #FD5ACF;
}
.TagClassName
{
border-color: #FD5ACF;
}
</style>