Shades of Neon Pink #FC63DA
Tints of Neon Pink #FC63DA
RGB
CMYK
RGB Variations
Color information
#FC63DA (or 0xFC63DA) is known color: Neon Pink. HEX triplet: FC, 63 and DA. RGB value is (252,99,218). Sum of RGB (Red+Green+Blue) = 252+99+218=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC63DA is #039C25. Grayscale: #9D9D9D. Windows color (decimal): -236582 or 14312444. OLE color: 14312444.
HSL color Cylindrical-coordinate representation of color #FC63DA: hue angle of 313.33º 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 #FC63DA is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 218 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.01 |
| HSL | 313.33º | 0.96% | 0.69% | - |
| HSV(B) | 313.33º | 0.61% | 0.99% | - |
| XYZ | 57.26 | 34.68 | 70.01 | - |
| YUV | 158.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 218 | 0 | 0.61 | 0.13 | 0.01 | 313.33 | 0.96 | 0.69 |
| Hex | FC | 63 | DA | 0 | 3D | D | 1 | 139 | 60 | 45 |
| Octal | 374 | 143 | 332 | 0 | 75 | 15 | 1 | 471 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11011010 | 0 | 111101 | 1101 | 1 | 100111001 | 1100000 | 1000101 |
Color Harmonies of #FC63DA
Complementary color
Monochromatic Colors of #FC63DA
Black with #FC63DA
Text Example
Text Example
White with #FC63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63DA; }
p { color: rgb(252,99,218); }
H1.HeaderClassName
{
color: #FC63DA;
}
.AnyTagClassName
{
color: #FC63DA;
}
</style>
background-color css
<style>
a { background-color: #FC63DA; }
a { background-color: rgb(252,99,218); }
div.DivClassName
{
background-color: #FC63DA;
}
.BgClassName
{
background-color: #FC63DA;
}
</style>
border-color css
<style>
span { border-color: #FC63DA; }
span { border-color: rgb(252,99,218); }
td.TdClassName
{
border-color: #FC63DA;
}
.TagClassName
{
border-color: #FC63DA;
}
</style>