Shades of Neon Pink #FC67C9
Tints of Neon Pink #FC67C9
RGB
CMYK
RGB Variations
Color information
#FC67C9 (or 0xFC67C9) is known color: Neon Pink. HEX triplet: FC, 67 and C9. RGB value is (252,103,201). Sum of RGB (Red+Green+Blue) = 252+103+201=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC67C9 is #039836. Grayscale: #9E9E9E. Windows color (decimal): -235575 or 13199356. OLE color: 13199356.
HSL color Cylindrical-coordinate representation of color #FC67C9: hue angle of 320.54º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC67C9 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 201 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.01 |
| HSL | 320.54º | 0.96% | 0.7% | - |
| HSV(B) | 320.54º | 0.59% | 0.99% | - |
| XYZ | 55.54 | 34.61 | 59.01 | - |
| YUV | 158.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 201 | 0 | 0.59 | 0.20 | 0.01 | 320.54 | 0.96 | 0.7 |
| Hex | FC | 67 | C9 | 0 | 3B | 14 | 1 | 141 | 60 | 46 |
| Octal | 374 | 147 | 311 | 0 | 73 | 24 | 1 | 501 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11001001 | 0 | 111011 | 10100 | 1 | 101000001 | 1100000 | 1000110 |
Color Harmonies of #FC67C9
Complementary color
Monochromatic Colors of #FC67C9
Black with #FC67C9
Text Example
Text Example
White with #FC67C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67C9; }
p { color: rgb(252,103,201); }
H1.HeaderClassName
{
color: #FC67C9;
}
.AnyTagClassName
{
color: #FC67C9;
}
</style>
background-color css
<style>
a { background-color: #FC67C9; }
a { background-color: rgb(252,103,201); }
div.DivClassName
{
background-color: #FC67C9;
}
.BgClassName
{
background-color: #FC67C9;
}
</style>
border-color css
<style>
span { border-color: #FC67C9; }
span { border-color: rgb(252,103,201); }
td.TdClassName
{
border-color: #FC67C9;
}
.TagClassName
{
border-color: #FC67C9;
}
</style>