Shades of Neon Pink #FC63CC
Tints of Neon Pink #FC63CC
RGB
CMYK
RGB Variations
Color information
#FC63CC (or 0xFC63CC) is known color: Neon Pink. HEX triplet: FC, 63 and CC. RGB value is (252,99,204). Sum of RGB (Red+Green+Blue) = 252+99+204=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63CC is #039C33. Grayscale: #9C9C9C. Windows color (decimal): -236596 or 13394940. OLE color: 13394940.
HSL color Cylindrical-coordinate representation of color #FC63CC: hue angle of 318.82º 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 #FC63CC is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 204 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.01 |
| HSL | 318.82º | 0.96% | 0.69% | - |
| HSV(B) | 318.82º | 0.61% | 0.99% | - |
| XYZ | 55.51 | 33.98 | 60.76 | - |
| YUV | 156.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 204 | 0 | 0.61 | 0.19 | 0.01 | 318.82 | 0.96 | 0.69 |
| Hex | FC | 63 | CC | 0 | 3D | 13 | 1 | 13F | 60 | 45 |
| Octal | 374 | 143 | 314 | 0 | 75 | 23 | 1 | 477 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11001100 | 0 | 111101 | 10011 | 1 | 100111111 | 1100000 | 1000101 |
Color Harmonies of #FC63CC
Complementary color
Monochromatic Colors of #FC63CC
Black with #FC63CC
Text Example
Text Example
White with #FC63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63CC; }
p { color: rgb(252,99,204); }
H1.HeaderClassName
{
color: #FC63CC;
}
.AnyTagClassName
{
color: #FC63CC;
}
</style>
background-color css
<style>
a { background-color: #FC63CC; }
a { background-color: rgb(252,99,204); }
div.DivClassName
{
background-color: #FC63CC;
}
.BgClassName
{
background-color: #FC63CC;
}
</style>
border-color css
<style>
span { border-color: #FC63CC; }
span { border-color: rgb(252,99,204); }
td.TdClassName
{
border-color: #FC63CC;
}
.TagClassName
{
border-color: #FC63CC;
}
</style>