Shades of Neon Pink #FC68DD
Tints of Neon Pink #FC68DD
RGB
CMYK
RGB Variations
Color information
#FC68DD (or 0xFC68DD) is known color: Neon Pink. HEX triplet: FC, 68 and DD. RGB value is (252,104,221). Sum of RGB (Red+Green+Blue) = 252+104+221=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 104 (41.02% from 255 or 18.02% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68DD is #039722. Grayscale: #A1A1A1. Windows color (decimal): -235299 or 14510332. OLE color: 14510332.
HSL color Cylindrical-coordinate representation of color #FC68DD: hue angle of 312.57º 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 #FC68DD is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 221 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.01 |
| HSL | 312.57º | 0.96% | 0.7% | - |
| HSV(B) | 312.57º | 0.59% | 0.99% | - |
| XYZ | 58.15 | 35.82 | 72.26 | - |
| YUV | 161.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 221 | 0 | 0.59 | 0.12 | 0.01 | 312.57 | 0.96 | 0.7 |
| Hex | FC | 68 | DD | 0 | 3B | C | 1 | 139 | 60 | 46 |
| Octal | 374 | 150 | 335 | 0 | 73 | 14 | 1 | 471 | 140 | 106 |
| Binary | 11111100 | 1101000 | 11011101 | 0 | 111011 | 1100 | 1 | 100111001 | 1100000 | 1000110 |
Color Harmonies of #FC68DD
Complementary color
Monochromatic Colors of #FC68DD
Black with #FC68DD
Text Example
Text Example
White with #FC68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68DD; }
p { color: rgb(252,104,221); }
H1.HeaderClassName
{
color: #FC68DD;
}
.AnyTagClassName
{
color: #FC68DD;
}
</style>
background-color css
<style>
a { background-color: #FC68DD; }
a { background-color: rgb(252,104,221); }
div.DivClassName
{
background-color: #FC68DD;
}
.BgClassName
{
background-color: #FC68DD;
}
</style>
border-color css
<style>
span { border-color: #FC68DD; }
span { border-color: rgb(252,104,221); }
td.TdClassName
{
border-color: #FC68DD;
}
.TagClassName
{
border-color: #FC68DD;
}
</style>