Shades of Neon Pink #FC65C9
Tints of Neon Pink #FC65C9
RGB
CMYK
RGB Variations
Color information
#FC65C9 (or 0xFC65C9) is known color: Neon Pink. HEX triplet: FC, 65 and C9. RGB value is (252,101,201). Sum of RGB (Red+Green+Blue) = 252+101+201=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65C9 is #039A36. Grayscale: #9D9D9D. Windows color (decimal): -236087 or 13198844. OLE color: 13198844.
HSL color Cylindrical-coordinate representation of color #FC65C9: hue angle of 320.26º 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 #FC65C9 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 201 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.01 |
| HSL | 320.26º | 0.96% | 0.69% | - |
| HSV(B) | 320.26º | 0.6% | 0.99% | - |
| XYZ | 55.34 | 34.22 | 58.95 | - |
| YUV | 157.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 201 | 0 | 0.60 | 0.20 | 0.01 | 320.26 | 0.96 | 0.69 |
| Hex | FC | 65 | C9 | 0 | 3C | 14 | 1 | 140 | 60 | 45 |
| Octal | 374 | 145 | 311 | 0 | 74 | 24 | 1 | 500 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11001001 | 0 | 111100 | 10100 | 1 | 101000000 | 1100000 | 1000101 |
Color Harmonies of #FC65C9
Complementary color
Monochromatic Colors of #FC65C9
Black with #FC65C9
Text Example
Text Example
White with #FC65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65C9; }
p { color: rgb(252,101,201); }
H1.HeaderClassName
{
color: #FC65C9;
}
.AnyTagClassName
{
color: #FC65C9;
}
</style>
background-color css
<style>
a { background-color: #FC65C9; }
a { background-color: rgb(252,101,201); }
div.DivClassName
{
background-color: #FC65C9;
}
.BgClassName
{
background-color: #FC65C9;
}
</style>
border-color css
<style>
span { border-color: #FC65C9; }
span { border-color: rgb(252,101,201); }
td.TdClassName
{
border-color: #FC65C9;
}
.TagClassName
{
border-color: #FC65C9;
}
</style>