Shades of Neon Pink #FC65DC
Tints of Neon Pink #FC65DC
RGB
CMYK
RGB Variations
Color information
#FC65DC (or 0xFC65DC) is known color: Neon Pink. HEX triplet: FC, 65 and DC. RGB value is (252,101,220). Sum of RGB (Red+Green+Blue) = 252+101+220=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65DC is #039A23. Grayscale: #9F9F9F. Windows color (decimal): -236068 or 14444028. OLE color: 14444028.
HSL color Cylindrical-coordinate representation of color #FC65DC: hue angle of 312.72º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65DC is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 220 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.01 |
| HSL | 312.72º | 0.96% | 0.69% | - |
| HSV(B) | 312.72º | 0.6% | 0.99% | - |
| XYZ | 57.72 | 35.17 | 71.46 | - |
| YUV | 159.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 220 | 0 | 0.60 | 0.13 | 0.01 | 312.72 | 0.96 | 0.69 |
| Hex | FC | 65 | DC | 0 | 3C | D | 1 | 139 | 60 | 45 |
| Octal | 374 | 145 | 334 | 0 | 74 | 15 | 1 | 471 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11011100 | 0 | 111100 | 1101 | 1 | 100111001 | 1100000 | 1000101 |
Color Harmonies of #FC65DC
Complementary color
Monochromatic Colors of #FC65DC
Black with #FC65DC
Text Example
Text Example
White with #FC65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65DC; }
p { color: rgb(252,101,220); }
H1.HeaderClassName
{
color: #FC65DC;
}
.AnyTagClassName
{
color: #FC65DC;
}
</style>
background-color css
<style>
a { background-color: #FC65DC; }
a { background-color: rgb(252,101,220); }
div.DivClassName
{
background-color: #FC65DC;
}
.BgClassName
{
background-color: #FC65DC;
}
</style>
border-color css
<style>
span { border-color: #FC65DC; }
span { border-color: rgb(252,101,220); }
td.TdClassName
{
border-color: #FC65DC;
}
.TagClassName
{
border-color: #FC65DC;
}
</style>