Shades of Neon Pink #FC68BF
Tints of Neon Pink #FC68BF
RGB
CMYK
RGB Variations
Color information
#FC68BF (or 0xFC68BF) is known color: Neon Pink. HEX triplet: FC, 68 and BF. RGB value is (252,104,191). Sum of RGB (Red+Green+Blue) = 252+104+191=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68BF is #039740. Grayscale: #9D9D9D. Windows color (decimal): -235329 or 12544252. OLE color: 12544252.
HSL color Cylindrical-coordinate representation of color #FC68BF: hue angle of 324.73º 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 #FC68BF is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 191 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.01 |
| HSL | 324.73º | 0.96% | 0.7% | - |
| HSV(B) | 324.73º | 0.59% | 0.99% | - |
| XYZ | 54.5 | 34.36 | 53.05 | - |
| YUV | 158.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 191 | 0 | 0.59 | 0.24 | 0.01 | 324.73 | 0.96 | 0.7 |
| Hex | FC | 68 | BF | 0 | 3B | 18 | 1 | 145 | 60 | 46 |
| Octal | 374 | 150 | 277 | 0 | 73 | 30 | 1 | 505 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10111111 | 0 | 111011 | 11000 | 1 | 101000101 | 1100000 | 1000110 |
Color Harmonies of #FC68BF
Complementary color
Monochromatic Colors of #FC68BF
Black with #FC68BF
Text Example
Text Example
White with #FC68BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68BF; }
p { color: rgb(252,104,191); }
H1.HeaderClassName
{
color: #FC68BF;
}
.AnyTagClassName
{
color: #FC68BF;
}
</style>
background-color css
<style>
a { background-color: #FC68BF; }
a { background-color: rgb(252,104,191); }
div.DivClassName
{
background-color: #FC68BF;
}
.BgClassName
{
background-color: #FC68BF;
}
</style>
border-color css
<style>
span { border-color: #FC68BF; }
span { border-color: rgb(252,104,191); }
td.TdClassName
{
border-color: #FC68BF;
}
.TagClassName
{
border-color: #FC68BF;
}
</style>