Shades of Neon Pink #FC63CA
Tints of Neon Pink #FC63CA
RGB
CMYK
RGB Variations
Color information
#FC63CA (or 0xFC63CA) is known color: Neon Pink. HEX triplet: FC, 63 and CA. RGB value is (252,99,202). Sum of RGB (Red+Green+Blue) = 252+99+202=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63CA is #039C35. Grayscale: #9C9C9C. Windows color (decimal): -236598 or 13263868. OLE color: 13263868.
HSL color Cylindrical-coordinate representation of color #FC63CA: hue angle of 319.61º 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 #FC63CA is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 202 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.01 |
| HSL | 319.61º | 0.96% | 0.69% | - |
| HSV(B) | 319.61º | 0.61% | 0.99% | - |
| XYZ | 55.27 | 33.88 | 59.5 | - |
| YUV | 156.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 202 | 0 | 0.61 | 0.20 | 0.01 | 319.61 | 0.96 | 0.69 |
| Hex | FC | 63 | CA | 0 | 3D | 14 | 1 | 140 | 60 | 45 |
| Octal | 374 | 143 | 312 | 0 | 75 | 24 | 1 | 500 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11001010 | 0 | 111101 | 10100 | 1 | 101000000 | 1100000 | 1000101 |
Color Harmonies of #FC63CA
Complementary color
Monochromatic Colors of #FC63CA
Black with #FC63CA
Text Example
Text Example
White with #FC63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63CA; }
p { color: rgb(252,99,202); }
H1.HeaderClassName
{
color: #FC63CA;
}
.AnyTagClassName
{
color: #FC63CA;
}
</style>
background-color css
<style>
a { background-color: #FC63CA; }
a { background-color: rgb(252,99,202); }
div.DivClassName
{
background-color: #FC63CA;
}
.BgClassName
{
background-color: #FC63CA;
}
</style>
border-color css
<style>
span { border-color: #FC63CA; }
span { border-color: rgb(252,99,202); }
td.TdClassName
{
border-color: #FC63CA;
}
.TagClassName
{
border-color: #FC63CA;
}
</style>