Shades of Neon Pink #FC63C7
Tints of Neon Pink #FC63C7
RGB
CMYK
RGB Variations
Color information
#FC63C7 (or 0xFC63C7) is known color: Neon Pink. HEX triplet: FC, 63 and C7. RGB value is (252,99,199). Sum of RGB (Red+Green+Blue) = 252+99+199=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63C7 is #039C38. Grayscale: #9B9B9B. Windows color (decimal): -236601 or 13067260. OLE color: 13067260.
HSL color Cylindrical-coordinate representation of color #FC63C7: hue angle of 320.78º 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 #FC63C7 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 199 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.01 |
| HSL | 320.78º | 0.96% | 0.69% | - |
| HSV(B) | 320.78º | 0.61% | 0.99% | - |
| XYZ | 54.92 | 33.74 | 57.65 | - |
| YUV | 156.15 | 152.19 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 199 | 0 | 0.61 | 0.21 | 0.01 | 320.78 | 0.96 | 0.69 |
| Hex | FC | 63 | C7 | 0 | 3D | 15 | 1 | 141 | 60 | 45 |
| Octal | 374 | 143 | 307 | 0 | 75 | 25 | 1 | 501 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11000111 | 0 | 111101 | 10101 | 1 | 101000001 | 1100000 | 1000101 |
Color Harmonies of #FC63C7
Complementary color
Monochromatic Colors of #FC63C7
Black with #FC63C7
Text Example
Text Example
White with #FC63C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63C7; }
p { color: rgb(252,99,199); }
H1.HeaderClassName
{
color: #FC63C7;
}
.AnyTagClassName
{
color: #FC63C7;
}
</style>
background-color css
<style>
a { background-color: #FC63C7; }
a { background-color: rgb(252,99,199); }
div.DivClassName
{
background-color: #FC63C7;
}
.BgClassName
{
background-color: #FC63C7;
}
</style>
border-color css
<style>
span { border-color: #FC63C7; }
span { border-color: rgb(252,99,199); }
td.TdClassName
{
border-color: #FC63C7;
}
.TagClassName
{
border-color: #FC63C7;
}
</style>