Shades of Neon Pink #FC6BDB
Tints of Neon Pink #FC6BDB
RGB
CMYK
RGB Variations
Color information
#FC6BDB (or 0xFC6BDB) is known color: Neon Pink. HEX triplet: FC, 6B and DB. RGB value is (252,107,219). Sum of RGB (Red+Green+Blue) = 252+107+219=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BDB is #039424. Grayscale: #A2A2A2. Windows color (decimal): -234533 or 14380028. OLE color: 14380028.
HSL color Cylindrical-coordinate representation of color #FC6BDB: hue angle of 313.66º 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 #FC6BDB is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 219 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.01 |
| HSL | 313.66º | 0.96% | 0.7% | - |
| HSV(B) | 313.66º | 0.58% | 0.99% | - |
| XYZ | 58.19 | 36.33 | 70.96 | - |
| YUV | 163.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 219 | 0 | 0.58 | 0.13 | 0.01 | 313.66 | 0.96 | 0.7 |
| Hex | FC | 6B | DB | 0 | 3A | D | 1 | 13A | 60 | 46 |
| Octal | 374 | 153 | 333 | 0 | 72 | 15 | 1 | 472 | 140 | 106 |
| Binary | 11111100 | 1101011 | 11011011 | 0 | 111010 | 1101 | 1 | 100111010 | 1100000 | 1000110 |
Color Harmonies of #FC6BDB
Complementary color
Monochromatic Colors of #FC6BDB
Black with #FC6BDB
Text Example
Text Example
White with #FC6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BDB; }
p { color: rgb(252,107,219); }
H1.HeaderClassName
{
color: #FC6BDB;
}
.AnyTagClassName
{
color: #FC6BDB;
}
</style>
background-color css
<style>
a { background-color: #FC6BDB; }
a { background-color: rgb(252,107,219); }
div.DivClassName
{
background-color: #FC6BDB;
}
.BgClassName
{
background-color: #FC6BDB;
}
</style>
border-color css
<style>
span { border-color: #FC6BDB; }
span { border-color: rgb(252,107,219); }
td.TdClassName
{
border-color: #FC6BDB;
}
.TagClassName
{
border-color: #FC6BDB;
}
</style>