Shades of Neon Pink #FC68C7
Tints of Neon Pink #FC68C7
RGB
CMYK
RGB Variations
Color information
#FC68C7 (or 0xFC68C7) is known color: Neon Pink. HEX triplet: FC, 68 and C7. RGB value is (252,104,199). Sum of RGB (Red+Green+Blue) = 252+104+199=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68C7 is #039738. Grayscale: #9E9E9E. Windows color (decimal): -235321 or 13068540. OLE color: 13068540.
HSL color Cylindrical-coordinate representation of color #FC68C7: hue angle of 321.49º 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 #FC68C7 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 199 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.01 |
| HSL | 321.49º | 0.96% | 0.7% | - |
| HSV(B) | 321.49º | 0.59% | 0.99% | - |
| XYZ | 55.4 | 34.72 | 57.81 | - |
| YUV | 159.08 | 150.53 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 199 | 0 | 0.59 | 0.21 | 0.01 | 321.49 | 0.96 | 0.7 |
| Hex | FC | 68 | C7 | 0 | 3B | 15 | 1 | 141 | 60 | 46 |
| Octal | 374 | 150 | 307 | 0 | 73 | 25 | 1 | 501 | 140 | 106 |
| Binary | 11111100 | 1101000 | 11000111 | 0 | 111011 | 10101 | 1 | 101000001 | 1100000 | 1000110 |
Color Harmonies of #FC68C7
Complementary color
Monochromatic Colors of #FC68C7
Black with #FC68C7
Text Example
Text Example
White with #FC68C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68C7; }
p { color: rgb(252,104,199); }
H1.HeaderClassName
{
color: #FC68C7;
}
.AnyTagClassName
{
color: #FC68C7;
}
</style>
background-color css
<style>
a { background-color: #FC68C7; }
a { background-color: rgb(252,104,199); }
div.DivClassName
{
background-color: #FC68C7;
}
.BgClassName
{
background-color: #FC68C7;
}
</style>
border-color css
<style>
span { border-color: #FC68C7; }
span { border-color: rgb(252,104,199); }
td.TdClassName
{
border-color: #FC68C7;
}
.TagClassName
{
border-color: #FC68C7;
}
</style>