Shades of Neon Pink #FC65CA
Tints of Neon Pink #FC65CA
RGB
CMYK
RGB Variations
Color information
#FC65CA (or 0xFC65CA) is known color: Neon Pink. HEX triplet: FC, 65 and CA. RGB value is (252,101,202). Sum of RGB (Red+Green+Blue) = 252+101+202=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65CA is #039A35. Grayscale: #9D9D9D. Windows color (decimal): -236086 or 13264380. OLE color: 13264380.
HSL color Cylindrical-coordinate representation of color #FC65CA: hue angle of 319.87º 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 #FC65CA is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 202 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.01 |
| HSL | 319.87º | 0.96% | 0.69% | - |
| HSV(B) | 319.87º | 0.6% | 0.99% | - |
| XYZ | 55.46 | 34.27 | 59.57 | - |
| YUV | 157.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 202 | 0 | 0.60 | 0.20 | 0.01 | 319.87 | 0.96 | 0.69 |
| Hex | FC | 65 | CA | 0 | 3C | 14 | 1 | 140 | 60 | 45 |
| Octal | 374 | 145 | 312 | 0 | 74 | 24 | 1 | 500 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11001010 | 0 | 111100 | 10100 | 1 | 101000000 | 1100000 | 1000101 |
Color Harmonies of #FC65CA
Complementary color
Monochromatic Colors of #FC65CA
Black with #FC65CA
Text Example
Text Example
White with #FC65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65CA; }
p { color: rgb(252,101,202); }
H1.HeaderClassName
{
color: #FC65CA;
}
.AnyTagClassName
{
color: #FC65CA;
}
</style>
background-color css
<style>
a { background-color: #FC65CA; }
a { background-color: rgb(252,101,202); }
div.DivClassName
{
background-color: #FC65CA;
}
.BgClassName
{
background-color: #FC65CA;
}
</style>
border-color css
<style>
span { border-color: #FC65CA; }
span { border-color: rgb(252,101,202); }
td.TdClassName
{
border-color: #FC65CA;
}
.TagClassName
{
border-color: #FC65CA;
}
</style>