Shades of Neon Pink #FC63C0
Tints of Neon Pink #FC63C0
RGB
CMYK
RGB Variations
Color information
#FC63C0 (or 0xFC63C0) is known color: Neon Pink. HEX triplet: FC, 63 and C0. RGB value is (252,99,192). Sum of RGB (Red+Green+Blue) = 252+99+192=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63C0 is #039C3F. Grayscale: #9B9B9B. Windows color (decimal): -236608 or 12608508. OLE color: 12608508.
HSL color Cylindrical-coordinate representation of color #FC63C0: hue angle of 323.53º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63C0 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 192 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.01 |
| HSL | 323.53º | 0.96% | 0.69% | - |
| HSV(B) | 323.53º | 0.61% | 0.99% | - |
| XYZ | 54.12 | 33.42 | 53.47 | - |
| YUV | 155.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 192 | 0 | 0.61 | 0.24 | 0.01 | 323.53 | 0.96 | 0.69 |
| Hex | FC | 63 | C0 | 0 | 3D | 18 | 1 | 144 | 60 | 45 |
| Octal | 374 | 143 | 300 | 0 | 75 | 30 | 1 | 504 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11000000 | 0 | 111101 | 11000 | 1 | 101000100 | 1100000 | 1000101 |
Color Harmonies of #FC63C0
Complementary color
Monochromatic Colors of #FC63C0
Black with #FC63C0
Text Example
Text Example
White with #FC63C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63C0; }
p { color: rgb(252,99,192); }
H1.HeaderClassName
{
color: #FC63C0;
}
.AnyTagClassName
{
color: #FC63C0;
}
</style>
background-color css
<style>
a { background-color: #FC63C0; }
a { background-color: rgb(252,99,192); }
div.DivClassName
{
background-color: #FC63C0;
}
.BgClassName
{
background-color: #FC63C0;
}
</style>
border-color css
<style>
span { border-color: #FC63C0; }
span { border-color: rgb(252,99,192); }
td.TdClassName
{
border-color: #FC63C0;
}
.TagClassName
{
border-color: #FC63C0;
}
</style>