Shades of Neon Pink #FD66C0
Tints of Neon Pink #FD66C0
RGB
CMYK
RGB Variations
Color information
#FD66C0 (or 0xFD66C0) is known color: Neon Pink. HEX triplet: FD, 66 and C0. RGB value is (253,102,192). Sum of RGB (Red+Green+Blue) = 253+102+192=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD66C0 is #02993F. Grayscale: #9D9D9D. Windows color (decimal): -170304 or 12609277. OLE color: 12609277.
HSL color Cylindrical-coordinate representation of color #FD66C0: hue angle of 324.24º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD66C0 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 102 | 192 | - |
CMYK | 0 | 0.60 | 0.24 | 0.01 |
HSL | 324.24º | 0.97% | 0.7% | - |
HSV(B) | 324.24º | 0.6% | 0.99% | - |
XYZ | 54.77 | 34.19 | 53.58 | - |
YUV | 157.41 | 147.53 | 196.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 102 | 192 | 0 | 0.60 | 0.24 | 0.01 | 324.24 | 0.97 | 0.7 |
Hex | FD | 66 | C0 | 0 | 3C | 18 | 1 | 144 | 61 | 46 |
Octal | 375 | 146 | 300 | 0 | 74 | 30 | 1 | 504 | 141 | 106 |
Binary | 11111101 | 1100110 | 11000000 | 0 | 111100 | 11000 | 1 | 101000100 | 1100001 | 1000110 |
Color Harmonies of #FD66C0
Complementary color
Monochromatic Colors of #FD66C0
Black with #FD66C0
Text Example
Text Example
White with #FD66C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD66C0; }
p { color: rgb(253,102,192); }
H1.HeaderClassName
{
color: #FD66C0;
}
.AnyTagClassName
{
color: #FD66C0;
}
</style>
background-color css
<style>
a { background-color: #FD66C0; }
a { background-color: rgb(253,102,192); }
div.DivClassName
{
background-color: #FD66C0;
}
.BgClassName
{
background-color: #FD66C0;
}
</style>
border-color css
<style>
span { border-color: #FD66C0; }
span { border-color: rgb(253,102,192); }
td.TdClassName
{
border-color: #FD66C0;
}
.TagClassName
{
border-color: #FD66C0;
}
</style>