Shades of Neon Pink #FC69C8
Tints of Neon Pink #FC69C8
RGB
CMYK
RGB Variations
Color information
#FC69C8 (or 0xFC69C8) is known color: Neon Pink. HEX triplet: FC, 69 and C8. RGB value is (252,105,200). Sum of RGB (Red+Green+Blue) = 252+105+200=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC69C8 is #039637. Grayscale: #9F9F9F. Windows color (decimal): -235064 or 13134332. OLE color: 13134332.
HSL color Cylindrical-coordinate representation of color #FC69C8: hue angle of 321.22º 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 #FC69C8 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 200 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.01 |
| HSL | 321.22º | 0.96% | 0.7% | - |
| HSV(B) | 321.22º | 0.58% | 0.99% | - |
| XYZ | 55.62 | 34.97 | 58.46 | - |
| YUV | 159.78 | 150.7 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 200 | 0 | 0.58 | 0.21 | 0.01 | 321.22 | 0.96 | 0.7 |
| Hex | FC | 69 | C8 | 0 | 3A | 15 | 1 | 141 | 60 | 46 |
| Octal | 374 | 151 | 310 | 0 | 72 | 25 | 1 | 501 | 140 | 106 |
| Binary | 11111100 | 1101001 | 11001000 | 0 | 111010 | 10101 | 1 | 101000001 | 1100000 | 1000110 |
Color Harmonies of #FC69C8
Complementary color
Monochromatic Colors of #FC69C8
Black with #FC69C8
Text Example
Text Example
White with #FC69C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC69C8; }
p { color: rgb(252,105,200); }
H1.HeaderClassName
{
color: #FC69C8;
}
.AnyTagClassName
{
color: #FC69C8;
}
</style>
background-color css
<style>
a { background-color: #FC69C8; }
a { background-color: rgb(252,105,200); }
div.DivClassName
{
background-color: #FC69C8;
}
.BgClassName
{
background-color: #FC69C8;
}
</style>
border-color css
<style>
span { border-color: #FC69C8; }
span { border-color: rgb(252,105,200); }
td.TdClassName
{
border-color: #FC69C8;
}
.TagClassName
{
border-color: #FC69C8;
}
</style>