Shades of Neon Pink #FD68C0
Tints of Neon Pink #FD68C0
RGB
CMYK
RGB Variations
Color information
#FD68C0 (or 0xFD68C0) is known color: Neon Pink. HEX triplet: FD, 68 and C0. RGB value is (253,104,192). Sum of RGB (Red+Green+Blue) = 253+104+192=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68C0 is #02973F. Grayscale: #9E9E9E. Windows color (decimal): -169792 or 12609789. OLE color: 12609789.
HSL color Cylindrical-coordinate representation of color #FD68C0: hue angle of 324.56º degrees, saturation: 0.97, 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 #FD68C0 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 192 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.01 |
| HSL | 324.56º | 0.97% | 0.7% | - |
| HSV(B) | 324.56º | 0.59% | 0.99% | - |
| XYZ | 54.97 | 34.59 | 53.65 | - |
| YUV | 158.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 192 | 0 | 0.59 | 0.24 | 0.01 | 324.56 | 0.97 | 0.7 |
| Hex | FD | 68 | C0 | 0 | 3B | 18 | 1 | 145 | 61 | 46 |
| Octal | 375 | 150 | 300 | 0 | 73 | 30 | 1 | 505 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11000000 | 0 | 111011 | 11000 | 1 | 101000101 | 1100001 | 1000110 |
Color Harmonies of #FD68C0
Complementary color
Monochromatic Colors of #FD68C0
Black with #FD68C0
Text Example
Text Example
White with #FD68C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68C0; }
p { color: rgb(253,104,192); }
H1.HeaderClassName
{
color: #FD68C0;
}
.AnyTagClassName
{
color: #FD68C0;
}
</style>
background-color css
<style>
a { background-color: #FD68C0; }
a { background-color: rgb(253,104,192); }
div.DivClassName
{
background-color: #FD68C0;
}
.BgClassName
{
background-color: #FD68C0;
}
</style>
border-color css
<style>
span { border-color: #FD68C0; }
span { border-color: rgb(253,104,192); }
td.TdClassName
{
border-color: #FD68C0;
}
.TagClassName
{
border-color: #FD68C0;
}
</style>