Shades of Neon Pink #FC6ADB
Tints of Neon Pink #FC6ADB
RGB
CMYK
RGB Variations
Color information
#FC6ADB (or 0xFC6ADB) is known color: Neon Pink. HEX triplet: FC, 6A and DB. RGB value is (252,106,219). Sum of RGB (Red+Green+Blue) = 252+106+219=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ADB is #039524. Grayscale: #A2A2A2. Windows color (decimal): -234789 or 14379772. OLE color: 14379772.
HSL color Cylindrical-coordinate representation of color #FC6ADB: hue angle of 313.56º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6ADB is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 219 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.01 |
| HSL | 313.56º | 0.96% | 0.7% | - |
| HSV(B) | 313.56º | 0.58% | 0.99% | - |
| XYZ | 58.09 | 36.12 | 70.93 | - |
| YUV | 162.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 219 | 0 | 0.58 | 0.13 | 0.01 | 313.56 | 0.96 | 0.7 |
| Hex | FC | 6A | DB | 0 | 3A | D | 1 | 13A | 60 | 46 |
| Octal | 374 | 152 | 333 | 0 | 72 | 15 | 1 | 472 | 140 | 106 |
| Binary | 11111100 | 1101010 | 11011011 | 0 | 111010 | 1101 | 1 | 100111010 | 1100000 | 1000110 |
Color Harmonies of #FC6ADB
Complementary color
Monochromatic Colors of #FC6ADB
Black with #FC6ADB
Text Example
Text Example
White with #FC6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6ADB; }
p { color: rgb(252,106,219); }
H1.HeaderClassName
{
color: #FC6ADB;
}
.AnyTagClassName
{
color: #FC6ADB;
}
</style>
background-color css
<style>
a { background-color: #FC6ADB; }
a { background-color: rgb(252,106,219); }
div.DivClassName
{
background-color: #FC6ADB;
}
.BgClassName
{
background-color: #FC6ADB;
}
</style>
border-color css
<style>
span { border-color: #FC6ADB; }
span { border-color: rgb(252,106,219); }
td.TdClassName
{
border-color: #FC6ADB;
}
.TagClassName
{
border-color: #FC6ADB;
}
</style>