Shades of Neon Pink #FC5AD1
Tints of Neon Pink #FC5AD1
RGB
CMYK
RGB Variations
Color information
#FC5AD1 (or 0xFC5AD1) is known color: Neon Pink. HEX triplet: FC, 5A and D1. RGB value is (252,90,209). Sum of RGB (Red+Green+Blue) = 252+90+209=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 90 (35.55% from 255 or 16.33% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5AD1 is #03A52E. Grayscale: #979797. Windows color (decimal): -238895 or 13720316. OLE color: 13720316.
HSL color Cylindrical-coordinate representation of color #FC5AD1: hue angle of 315.93º 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 #FC5AD1 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 209 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.01 |
| HSL | 315.93º | 0.96% | 0.67% | - |
| HSV(B) | 315.93º | 0.64% | 0.99% | - |
| XYZ | 55.31 | 32.61 | 63.7 | - |
| YUV | 152 | 160.17 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 209 | 0 | 0.64 | 0.17 | 0.01 | 315.93 | 0.96 | 0.67 |
| Hex | FC | 5A | D1 | 0 | 40 | 11 | 1 | 13C | 60 | 43 |
| Octal | 374 | 132 | 321 | 0 | 100 | 21 | 1 | 474 | 140 | 103 |
| Binary | 11111100 | 1011010 | 11010001 | 0 | 1000000 | 10001 | 1 | 100111100 | 1100000 | 1000011 |
Color Harmonies of #FC5AD1
Complementary color
Monochromatic Colors of #FC5AD1
Black with #FC5AD1
Text Example
Text Example
White with #FC5AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AD1; }
p { color: rgb(252,90,209); }
H1.HeaderClassName
{
color: #FC5AD1;
}
.AnyTagClassName
{
color: #FC5AD1;
}
</style>
background-color css
<style>
a { background-color: #FC5AD1; }
a { background-color: rgb(252,90,209); }
div.DivClassName
{
background-color: #FC5AD1;
}
.BgClassName
{
background-color: #FC5AD1;
}
</style>
border-color css
<style>
span { border-color: #FC5AD1; }
span { border-color: rgb(252,90,209); }
td.TdClassName
{
border-color: #FC5AD1;
}
.TagClassName
{
border-color: #FC5AD1;
}
</style>