Shades of Neon Pink #FC68C3
Tints of Neon Pink #FC68C3
RGB
CMYK
RGB Variations
Color information
#FC68C3 (or 0xFC68C3) is known color: Neon Pink. HEX triplet: FC, 68 and C3. RGB value is (252,104,195). Sum of RGB (Red+Green+Blue) = 252+104+195=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68C3 is #03973C. Grayscale: #9E9E9E. Windows color (decimal): -235325 or 12806396. OLE color: 12806396.
HSL color Cylindrical-coordinate representation of color #FC68C3: hue angle of 323.11º 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 #FC68C3 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 195 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.01 |
| HSL | 323.11º | 0.96% | 0.7% | - |
| HSV(B) | 323.11º | 0.59% | 0.99% | - |
| XYZ | 54.95 | 34.54 | 55.4 | - |
| YUV | 158.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 195 | 0 | 0.59 | 0.23 | 0.01 | 323.11 | 0.96 | 0.7 |
| Hex | FC | 68 | C3 | 0 | 3B | 17 | 1 | 143 | 60 | 46 |
| Octal | 374 | 150 | 303 | 0 | 73 | 27 | 1 | 503 | 140 | 106 |
| Binary | 11111100 | 1101000 | 11000011 | 0 | 111011 | 10111 | 1 | 101000011 | 1100000 | 1000110 |
Color Harmonies of #FC68C3
Complementary color
Monochromatic Colors of #FC68C3
Black with #FC68C3
Text Example
Text Example
White with #FC68C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68C3; }
p { color: rgb(252,104,195); }
H1.HeaderClassName
{
color: #FC68C3;
}
.AnyTagClassName
{
color: #FC68C3;
}
</style>
background-color css
<style>
a { background-color: #FC68C3; }
a { background-color: rgb(252,104,195); }
div.DivClassName
{
background-color: #FC68C3;
}
.BgClassName
{
background-color: #FC68C3;
}
</style>
border-color css
<style>
span { border-color: #FC68C3; }
span { border-color: rgb(252,104,195); }
td.TdClassName
{
border-color: #FC68C3;
}
.TagClassName
{
border-color: #FC68C3;
}
</style>