Shades of Neon Pink #FC57C1
Tints of Neon Pink #FC57C1
RGB
CMYK
RGB Variations
Color information
#FC57C1 (or 0xFC57C1) is known color: Neon Pink. HEX triplet: FC, 57 and C1. RGB value is (252,87,193). Sum of RGB (Red+Green+Blue) = 252+87+193=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 87 (34.38% from 255 or 16.35% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57C1 is #03A83E. Grayscale: #949494. Windows color (decimal): -239679 or 12670972. OLE color: 12670972.
HSL color Cylindrical-coordinate representation of color #FC57C1: hue angle of 321.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC57C1 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 193 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.01 |
| HSL | 321.45º | 0.96% | 0.66% | - |
| HSV(B) | 321.45º | 0.65% | 0.99% | - |
| XYZ | 53.18 | 31.36 | 53.7 | - |
| YUV | 148.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 193 | 0 | 0.65 | 0.23 | 0.01 | 321.45 | 0.96 | 0.66 |
| Hex | FC | 57 | C1 | 0 | 41 | 17 | 1 | 141 | 60 | 42 |
| Octal | 374 | 127 | 301 | 0 | 101 | 27 | 1 | 501 | 140 | 102 |
| Binary | 11111100 | 1010111 | 11000001 | 0 | 1000001 | 10111 | 1 | 101000001 | 1100000 | 1000010 |
Color Harmonies of #FC57C1
Complementary color
Monochromatic Colors of #FC57C1
Black with #FC57C1
Text Example
Text Example
White with #FC57C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC57C1; }
p { color: rgb(252,87,193); }
H1.HeaderClassName
{
color: #FC57C1;
}
.AnyTagClassName
{
color: #FC57C1;
}
</style>
background-color css
<style>
a { background-color: #FC57C1; }
a { background-color: rgb(252,87,193); }
div.DivClassName
{
background-color: #FC57C1;
}
.BgClassName
{
background-color: #FC57C1;
}
</style>
border-color css
<style>
span { border-color: #FC57C1; }
span { border-color: rgb(252,87,193); }
td.TdClassName
{
border-color: #FC57C1;
}
.TagClassName
{
border-color: #FC57C1;
}
</style>