Shades of Neon Pink #FC63C5
Tints of Neon Pink #FC63C5
RGB
CMYK
RGB Variations
Color information
#FC63C5 (or 0xFC63C5) is known color: Neon Pink. HEX triplet: FC, 63 and C5. RGB value is (252,99,197). Sum of RGB (Red+Green+Blue) = 252+99+197=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63C5 is #039C3A. Grayscale: #9B9B9B. Windows color (decimal): -236603 or 12936188. OLE color: 12936188.
HSL color Cylindrical-coordinate representation of color #FC63C5: hue angle of 321.57º 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 #FC63C5 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 197 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.01 |
| HSL | 321.57º | 0.96% | 0.69% | - |
| HSV(B) | 321.57º | 0.61% | 0.99% | - |
| XYZ | 54.68 | 33.65 | 56.44 | - |
| YUV | 155.92 | 151.19 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 197 | 0 | 0.61 | 0.22 | 0.01 | 321.57 | 0.96 | 0.69 |
| Hex | FC | 63 | C5 | 0 | 3D | 16 | 1 | 142 | 60 | 45 |
| Octal | 374 | 143 | 305 | 0 | 75 | 26 | 1 | 502 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11000101 | 0 | 111101 | 10110 | 1 | 101000010 | 1100000 | 1000101 |
Color Harmonies of #FC63C5
Complementary color
Monochromatic Colors of #FC63C5
Black with #FC63C5
Text Example
Text Example
White with #FC63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63C5; }
p { color: rgb(252,99,197); }
H1.HeaderClassName
{
color: #FC63C5;
}
.AnyTagClassName
{
color: #FC63C5;
}
</style>
background-color css
<style>
a { background-color: #FC63C5; }
a { background-color: rgb(252,99,197); }
div.DivClassName
{
background-color: #FC63C5;
}
.BgClassName
{
background-color: #FC63C5;
}
</style>
border-color css
<style>
span { border-color: #FC63C5; }
span { border-color: rgb(252,99,197); }
td.TdClassName
{
border-color: #FC63C5;
}
.TagClassName
{
border-color: #FC63C5;
}
</style>