Shades of Neon Pink #FC5AD5
Tints of Neon Pink #FC5AD5
RGB
CMYK
RGB Variations
Color information
#FC5AD5 (or 0xFC5AD5) is known color: Neon Pink. HEX triplet: FC, 5A and D5. RGB value is (252,90,213). Sum of RGB (Red+Green+Blue) = 252+90+213=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5AD5 is #03A52A. Grayscale: #989898. Windows color (decimal): -238891 or 13982460. OLE color: 13982460.
HSL color Cylindrical-coordinate representation of color #FC5AD5: hue angle of 314.44º degrees, saturation: 0.96, 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 #FC5AD5 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 213 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.01 |
| HSL | 314.44º | 0.96% | 0.67% | - |
| HSV(B) | 314.44º | 0.64% | 0.99% | - |
| XYZ | 55.81 | 32.81 | 66.34 | - |
| YUV | 152.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 213 | 0 | 0.64 | 0.15 | 0.01 | 314.44 | 0.96 | 0.67 |
| Hex | FC | 5A | D5 | 0 | 40 | F | 1 | 13A | 60 | 43 |
| Octal | 374 | 132 | 325 | 0 | 100 | 17 | 1 | 472 | 140 | 103 |
| Binary | 11111100 | 1011010 | 11010101 | 0 | 1000000 | 1111 | 1 | 100111010 | 1100000 | 1000011 |
Color Harmonies of #FC5AD5
Complementary color
Monochromatic Colors of #FC5AD5
Black with #FC5AD5
Text Example
Text Example
White with #FC5AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AD5; }
p { color: rgb(252,90,213); }
H1.HeaderClassName
{
color: #FC5AD5;
}
.AnyTagClassName
{
color: #FC5AD5;
}
</style>
background-color css
<style>
a { background-color: #FC5AD5; }
a { background-color: rgb(252,90,213); }
div.DivClassName
{
background-color: #FC5AD5;
}
.BgClassName
{
background-color: #FC5AD5;
}
</style>
border-color css
<style>
span { border-color: #FC5AD5; }
span { border-color: rgb(252,90,213); }
td.TdClassName
{
border-color: #FC5AD5;
}
.TagClassName
{
border-color: #FC5AD5;
}
</style>