Shades of Neon Pink #FC61D1
Tints of Neon Pink #FC61D1
RGB
CMYK
RGB Variations
Color information
#FC61D1 (or 0xFC61D1) is known color: Neon Pink. HEX triplet: FC, 61 and D1. RGB value is (252,97,209). Sum of RGB (Red+Green+Blue) = 252+97+209=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 97 (38.28% from 255 or 17.38% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC61D1 is #039E2E. Grayscale: #9B9B9B. Windows color (decimal): -237103 or 13722108. OLE color: 13722108.
HSL color Cylindrical-coordinate representation of color #FC61D1: hue angle of 316.65º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC61D1 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 209 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.01 |
| HSL | 316.65º | 0.96% | 0.68% | - |
| HSV(B) | 316.65º | 0.62% | 0.99% | - |
| XYZ | 55.93 | 33.85 | 63.91 | - |
| YUV | 156.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 209 | 0 | 0.62 | 0.17 | 0.01 | 316.65 | 0.96 | 0.68 |
| Hex | FC | 61 | D1 | 0 | 3E | 11 | 1 | 13D | 60 | 44 |
| Octal | 374 | 141 | 321 | 0 | 76 | 21 | 1 | 475 | 140 | 104 |
| Binary | 11111100 | 1100001 | 11010001 | 0 | 111110 | 10001 | 1 | 100111101 | 1100000 | 1000100 |
Color Harmonies of #FC61D1
Complementary color
Monochromatic Colors of #FC61D1
Black with #FC61D1
Text Example
Text Example
White with #FC61D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC61D1; }
p { color: rgb(252,97,209); }
H1.HeaderClassName
{
color: #FC61D1;
}
.AnyTagClassName
{
color: #FC61D1;
}
</style>
background-color css
<style>
a { background-color: #FC61D1; }
a { background-color: rgb(252,97,209); }
div.DivClassName
{
background-color: #FC61D1;
}
.BgClassName
{
background-color: #FC61D1;
}
</style>
border-color css
<style>
span { border-color: #FC61D1; }
span { border-color: rgb(252,97,209); }
td.TdClassName
{
border-color: #FC61D1;
}
.TagClassName
{
border-color: #FC61D1;
}
</style>