Shades of Neon Pink #FC69DC
Tints of Neon Pink #FC69DC
RGB
CMYK
RGB Variations
Color information
#FC69DC (or 0xFC69DC) is known color: Neon Pink. HEX triplet: FC, 69 and DC. RGB value is (252,105,220). Sum of RGB (Red+Green+Blue) = 252+105+220=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 105 (41.41% from 255 or 18.20% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69DC is #039623. Grayscale: #A1A1A1. Windows color (decimal): -235044 or 14445052. OLE color: 14445052.
HSL color Cylindrical-coordinate representation of color #FC69DC: hue angle of 313.06º 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 #FC69DC is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 220 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.01 |
| HSL | 313.06º | 0.96% | 0.7% | - |
| HSV(B) | 313.06º | 0.58% | 0.99% | - |
| XYZ | 58.11 | 35.97 | 71.59 | - |
| YUV | 162.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 220 | 0 | 0.58 | 0.13 | 0.01 | 313.06 | 0.96 | 0.7 |
| Hex | FC | 69 | DC | 0 | 3A | D | 1 | 139 | 60 | 46 |
| Octal | 374 | 151 | 334 | 0 | 72 | 15 | 1 | 471 | 140 | 106 |
| Binary | 11111100 | 1101001 | 11011100 | 0 | 111010 | 1101 | 1 | 100111001 | 1100000 | 1000110 |
Color Harmonies of #FC69DC
Complementary color
Monochromatic Colors of #FC69DC
Black with #FC69DC
Text Example
Text Example
White with #FC69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC69DC; }
p { color: rgb(252,105,220); }
H1.HeaderClassName
{
color: #FC69DC;
}
.AnyTagClassName
{
color: #FC69DC;
}
</style>
background-color css
<style>
a { background-color: #FC69DC; }
a { background-color: rgb(252,105,220); }
div.DivClassName
{
background-color: #FC69DC;
}
.BgClassName
{
background-color: #FC69DC;
}
</style>
border-color css
<style>
span { border-color: #FC69DC; }
span { border-color: rgb(252,105,220); }
td.TdClassName
{
border-color: #FC69DC;
}
.TagClassName
{
border-color: #FC69DC;
}
</style>