Shades of Neon Pink #FC65D6
Tints of Neon Pink #FC65D6
RGB
CMYK
RGB Variations
Color information
#FC65D6 (or 0xFC65D6) is known color: Neon Pink. HEX triplet: FC, 65 and D6. RGB value is (252,101,214). Sum of RGB (Red+Green+Blue) = 252+101+214=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65D6 is #039A29. Grayscale: #9E9E9E. Windows color (decimal): -236074 or 14050812. OLE color: 14050812.
HSL color Cylindrical-coordinate representation of color #FC65D6: hue angle of 315.1º 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 #FC65D6 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 214 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.01 |
| HSL | 315.1º | 0.96% | 0.69% | - |
| HSV(B) | 315.1º | 0.6% | 0.99% | - |
| XYZ | 56.94 | 34.86 | 67.35 | - |
| YUV | 159.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 214 | 0 | 0.60 | 0.15 | 0.01 | 315.1 | 0.96 | 0.69 |
| Hex | FC | 65 | D6 | 0 | 3C | F | 1 | 13B | 60 | 45 |
| Octal | 374 | 145 | 326 | 0 | 74 | 17 | 1 | 473 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11010110 | 0 | 111100 | 1111 | 1 | 100111011 | 1100000 | 1000101 |
Color Harmonies of #FC65D6
Complementary color
Monochromatic Colors of #FC65D6
Black with #FC65D6
Text Example
Text Example
White with #FC65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65D6; }
p { color: rgb(252,101,214); }
H1.HeaderClassName
{
color: #FC65D6;
}
.AnyTagClassName
{
color: #FC65D6;
}
</style>
background-color css
<style>
a { background-color: #FC65D6; }
a { background-color: rgb(252,101,214); }
div.DivClassName
{
background-color: #FC65D6;
}
.BgClassName
{
background-color: #FC65D6;
}
</style>
border-color css
<style>
span { border-color: #FC65D6; }
span { border-color: rgb(252,101,214); }
td.TdClassName
{
border-color: #FC65D6;
}
.TagClassName
{
border-color: #FC65D6;
}
</style>