Shades of Neon Pink #FC6BDA
Tints of Neon Pink #FC6BDA
RGB
CMYK
RGB Variations
Color information
#FC6BDA (or 0xFC6BDA) is known color: Neon Pink. HEX triplet: FC, 6B and DA. RGB value is (252,107,218). Sum of RGB (Red+Green+Blue) = 252+107+218=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BDA is #039425. Grayscale: #A2A2A2. Windows color (decimal): -234534 or 14314492. OLE color: 14314492.
HSL color Cylindrical-coordinate representation of color #FC6BDA: hue angle of 314.07º 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 #FC6BDA is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 218 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.01 |
| HSL | 314.07º | 0.96% | 0.7% | - |
| HSV(B) | 314.07º | 0.58% | 0.99% | - |
| XYZ | 58.06 | 36.27 | 70.27 | - |
| YUV | 163.01 | 159.04 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 218 | 0 | 0.58 | 0.13 | 0.01 | 314.07 | 0.96 | 0.7 |
| Hex | FC | 6B | DA | 0 | 3A | D | 1 | 13A | 60 | 46 |
| Octal | 374 | 153 | 332 | 0 | 72 | 15 | 1 | 472 | 140 | 106 |
| Binary | 11111100 | 1101011 | 11011010 | 0 | 111010 | 1101 | 1 | 100111010 | 1100000 | 1000110 |
Color Harmonies of #FC6BDA
Complementary color
Monochromatic Colors of #FC6BDA
Black with #FC6BDA
Text Example
Text Example
White with #FC6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BDA; }
p { color: rgb(252,107,218); }
H1.HeaderClassName
{
color: #FC6BDA;
}
.AnyTagClassName
{
color: #FC6BDA;
}
</style>
background-color css
<style>
a { background-color: #FC6BDA; }
a { background-color: rgb(252,107,218); }
div.DivClassName
{
background-color: #FC6BDA;
}
.BgClassName
{
background-color: #FC6BDA;
}
</style>
border-color css
<style>
span { border-color: #FC6BDA; }
span { border-color: rgb(252,107,218); }
td.TdClassName
{
border-color: #FC6BDA;
}
.TagClassName
{
border-color: #FC6BDA;
}
</style>