Shades of Neon Pink #FC6BD7
Tints of Neon Pink #FC6BD7
RGB
CMYK
RGB Variations
Color information
#FC6BD7 (or 0xFC6BD7) is known color: Neon Pink. HEX triplet: FC, 6B and D7. RGB value is (252,107,215). Sum of RGB (Red+Green+Blue) = 252+107+215=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 107 (42.19% from 255 or 18.64% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BD7 is #039428. Grayscale: #A2A2A2. Windows color (decimal): -234537 or 14117884. OLE color: 14117884.
HSL color Cylindrical-coordinate representation of color #FC6BD7: hue angle of 315.31º 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 #FC6BD7 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 215 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.01 |
| HSL | 315.31º | 0.96% | 0.7% | - |
| HSV(B) | 315.31º | 0.58% | 0.99% | - |
| XYZ | 57.67 | 36.12 | 68.22 | - |
| YUV | 162.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 215 | 0 | 0.58 | 0.15 | 0.01 | 315.31 | 0.96 | 0.7 |
| Hex | FC | 6B | D7 | 0 | 3A | F | 1 | 13B | 60 | 46 |
| Octal | 374 | 153 | 327 | 0 | 72 | 17 | 1 | 473 | 140 | 106 |
| Binary | 11111100 | 1101011 | 11010111 | 0 | 111010 | 1111 | 1 | 100111011 | 1100000 | 1000110 |
Color Harmonies of #FC6BD7
Complementary color
Monochromatic Colors of #FC6BD7
Black with #FC6BD7
Text Example
Text Example
White with #FC6BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BD7; }
p { color: rgb(252,107,215); }
H1.HeaderClassName
{
color: #FC6BD7;
}
.AnyTagClassName
{
color: #FC6BD7;
}
</style>
background-color css
<style>
a { background-color: #FC6BD7; }
a { background-color: rgb(252,107,215); }
div.DivClassName
{
background-color: #FC6BD7;
}
.BgClassName
{
background-color: #FC6BD7;
}
</style>
border-color css
<style>
span { border-color: #FC6BD7; }
span { border-color: rgb(252,107,215); }
td.TdClassName
{
border-color: #FC6BD7;
}
.TagClassName
{
border-color: #FC6BD7;
}
</style>