Shades of Neon Pink #FC65C1
Tints of Neon Pink #FC65C1
RGB
CMYK
RGB Variations
Color information
#FC65C1 (or 0xFC65C1) is known color: Neon Pink. HEX triplet: FC, 65 and C1. RGB value is (252,101,193). Sum of RGB (Red+Green+Blue) = 252+101+193=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC65C1 is #039A3E. Grayscale: #9C9C9C. Windows color (decimal): -236095 or 12674556. OLE color: 12674556.
HSL color Cylindrical-coordinate representation of color #FC65C1: hue angle of 323.44º 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 #FC65C1 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 193 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.01 |
| HSL | 323.44º | 0.96% | 0.69% | - |
| HSV(B) | 323.44º | 0.6% | 0.99% | - |
| XYZ | 54.42 | 33.85 | 54.12 | - |
| YUV | 156.64 | 148.53 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 193 | 0 | 0.60 | 0.23 | 0.01 | 323.44 | 0.96 | 0.69 |
| Hex | FC | 65 | C1 | 0 | 3C | 17 | 1 | 143 | 60 | 45 |
| Octal | 374 | 145 | 301 | 0 | 74 | 27 | 1 | 503 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11000001 | 0 | 111100 | 10111 | 1 | 101000011 | 1100000 | 1000101 |
Color Harmonies of #FC65C1
Complementary color
Monochromatic Colors of #FC65C1
Black with #FC65C1
Text Example
Text Example
White with #FC65C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65C1; }
p { color: rgb(252,101,193); }
H1.HeaderClassName
{
color: #FC65C1;
}
.AnyTagClassName
{
color: #FC65C1;
}
</style>
background-color css
<style>
a { background-color: #FC65C1; }
a { background-color: rgb(252,101,193); }
div.DivClassName
{
background-color: #FC65C1;
}
.BgClassName
{
background-color: #FC65C1;
}
</style>
border-color css
<style>
span { border-color: #FC65C1; }
span { border-color: rgb(252,101,193); }
td.TdClassName
{
border-color: #FC65C1;
}
.TagClassName
{
border-color: #FC65C1;
}
</style>