Shades of Neon Pink #FC6BD2
Tints of Neon Pink #FC6BD2
RGB
CMYK
RGB Variations
Color information
#FC6BD2 (or 0xFC6BD2) is known color: Neon Pink. HEX triplet: FC, 6B and D2. RGB value is (252,107,210). Sum of RGB (Red+Green+Blue) = 252+107+210=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 107 (42.19% from 255 or 18.80% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BD2 is #03942D. Grayscale: #A1A1A1. Windows color (decimal): -234542 or 13790204. OLE color: 13790204.
HSL color Cylindrical-coordinate representation of color #FC6BD2: hue angle of 317.38º 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 #FC6BD2 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 210 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.01 |
| HSL | 317.38º | 0.96% | 0.7% | - |
| HSV(B) | 317.38º | 0.58% | 0.99% | - |
| XYZ | 57.04 | 35.86 | 64.89 | - |
| YUV | 162.1 | 155.04 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 210 | 0 | 0.58 | 0.17 | 0.01 | 317.38 | 0.96 | 0.7 |
| Hex | FC | 6B | D2 | 0 | 3A | 11 | 1 | 13D | 60 | 46 |
| Octal | 374 | 153 | 322 | 0 | 72 | 21 | 1 | 475 | 140 | 106 |
| Binary | 11111100 | 1101011 | 11010010 | 0 | 111010 | 10001 | 1 | 100111101 | 1100000 | 1000110 |
Color Harmonies of #FC6BD2
Complementary color
Monochromatic Colors of #FC6BD2
Black with #FC6BD2
Text Example
Text Example
White with #FC6BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BD2; }
p { color: rgb(252,107,210); }
H1.HeaderClassName
{
color: #FC6BD2;
}
.AnyTagClassName
{
color: #FC6BD2;
}
</style>
background-color css
<style>
a { background-color: #FC6BD2; }
a { background-color: rgb(252,107,210); }
div.DivClassName
{
background-color: #FC6BD2;
}
.BgClassName
{
background-color: #FC6BD2;
}
</style>
border-color css
<style>
span { border-color: #FC6BD2; }
span { border-color: rgb(252,107,210); }
td.TdClassName
{
border-color: #FC6BD2;
}
.TagClassName
{
border-color: #FC6BD2;
}
</style>