Shades of Neon Pink #FC68CA
Tints of Neon Pink #FC68CA
RGB
CMYK
RGB Variations
Color information
#FC68CA (or 0xFC68CA) is known color: Neon Pink. HEX triplet: FC, 68 and CA. RGB value is (252,104,202). Sum of RGB (Red+Green+Blue) = 252+104+202=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68CA is #039735. Grayscale: #9F9F9F. Windows color (decimal): -235318 or 13265148. OLE color: 13265148.
HSL color Cylindrical-coordinate representation of color #FC68CA: hue angle of 320.27º 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 #FC68CA is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 202 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.01 |
| HSL | 320.27º | 0.96% | 0.7% | - |
| HSV(B) | 320.27º | 0.59% | 0.99% | - |
| XYZ | 55.76 | 34.86 | 59.67 | - |
| YUV | 159.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 202 | 0 | 0.59 | 0.20 | 0.01 | 320.27 | 0.96 | 0.7 |
| Hex | FC | 68 | CA | 0 | 3B | 14 | 1 | 140 | 60 | 46 |
| Octal | 374 | 150 | 312 | 0 | 73 | 24 | 1 | 500 | 140 | 106 |
| Binary | 11111100 | 1101000 | 11001010 | 0 | 111011 | 10100 | 1 | 101000000 | 1100000 | 1000110 |
Color Harmonies of #FC68CA
Complementary color
Monochromatic Colors of #FC68CA
Black with #FC68CA
Text Example
Text Example
White with #FC68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68CA; }
p { color: rgb(252,104,202); }
H1.HeaderClassName
{
color: #FC68CA;
}
.AnyTagClassName
{
color: #FC68CA;
}
</style>
background-color css
<style>
a { background-color: #FC68CA; }
a { background-color: rgb(252,104,202); }
div.DivClassName
{
background-color: #FC68CA;
}
.BgClassName
{
background-color: #FC68CA;
}
</style>
border-color css
<style>
span { border-color: #FC68CA; }
span { border-color: rgb(252,104,202); }
td.TdClassName
{
border-color: #FC68CA;
}
.TagClassName
{
border-color: #FC68CA;
}
</style>