Shades of Neon Pink #FC5DD2
Tints of Neon Pink #FC5DD2
RGB
CMYK
RGB Variations
Color information
#FC5DD2 (or 0xFC5DD2) is known color: Neon Pink. HEX triplet: FC, 5D and D2. RGB value is (252,93,210). Sum of RGB (Red+Green+Blue) = 252+93+210=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DD2 is #03A22D. Grayscale: #999999. Windows color (decimal): -238126 or 13786620. OLE color: 13786620.
HSL color Cylindrical-coordinate representation of color #FC5DD2: hue angle of 315.85º degrees, saturation: 0.96, 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 #FC5DD2 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 210 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.01 |
| HSL | 315.85º | 0.96% | 0.68% | - |
| HSV(B) | 315.85º | 0.63% | 0.99% | - |
| XYZ | 55.69 | 33.18 | 64.44 | - |
| YUV | 153.88 | 159.68 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 210 | 0 | 0.63 | 0.17 | 0.01 | 315.85 | 0.96 | 0.68 |
| Hex | FC | 5D | D2 | 0 | 3F | 11 | 1 | 13C | 60 | 44 |
| Octal | 374 | 135 | 322 | 0 | 77 | 21 | 1 | 474 | 140 | 104 |
| Binary | 11111100 | 1011101 | 11010010 | 0 | 111111 | 10001 | 1 | 100111100 | 1100000 | 1000100 |
Color Harmonies of #FC5DD2
Complementary color
Monochromatic Colors of #FC5DD2
Black with #FC5DD2
Text Example
Text Example
White with #FC5DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5DD2; }
p { color: rgb(252,93,210); }
H1.HeaderClassName
{
color: #FC5DD2;
}
.AnyTagClassName
{
color: #FC5DD2;
}
</style>
background-color css
<style>
a { background-color: #FC5DD2; }
a { background-color: rgb(252,93,210); }
div.DivClassName
{
background-color: #FC5DD2;
}
.BgClassName
{
background-color: #FC5DD2;
}
</style>
border-color css
<style>
span { border-color: #FC5DD2; }
span { border-color: rgb(252,93,210); }
td.TdClassName
{
border-color: #FC5DD2;
}
.TagClassName
{
border-color: #FC5DD2;
}
</style>