Shades of Neon Pink #FD62C0
Tints of Neon Pink #FD62C0
RGB
CMYK
RGB Variations
Color information
#FD62C0 (or 0xFD62C0) is known color: Neon Pink. HEX triplet: FD, 62 and C0. RGB value is (253,98,192). Sum of RGB (Red+Green+Blue) = 253+98+192=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD62C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD62C0 is #029D3F. Grayscale: #9A9A9A. Windows color (decimal): -171328 or 12608253. OLE color: 12608253.
HSL color Cylindrical-coordinate representation of color #FD62C0: hue angle of 323.61º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD62C0 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 98 | 192 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.01 |
| HSL | 323.61º | 0.97% | 0.69% | - |
| HSV(B) | 323.61º | 0.61% | 0.99% | - |
| XYZ | 54.39 | 33.42 | 53.45 | - |
| YUV | 155.06 | 148.85 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 98 | 192 | 0 | 0.61 | 0.24 | 0.01 | 323.61 | 0.97 | 0.69 |
| Hex | FD | 62 | C0 | 0 | 3D | 18 | 1 | 144 | 61 | 45 |
| Octal | 375 | 142 | 300 | 0 | 75 | 30 | 1 | 504 | 141 | 105 |
| Binary | 11111101 | 1100010 | 11000000 | 0 | 111101 | 11000 | 1 | 101000100 | 1100001 | 1000101 |
Color Harmonies of #FD62C0
Complementary color
Monochromatic Colors of #FD62C0
Black with #FD62C0
Text Example
Text Example
White with #FD62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD62C0; }
p { color: rgb(253,98,192); }
H1.HeaderClassName
{
color: #FD62C0;
}
.AnyTagClassName
{
color: #FD62C0;
}
</style>
background-color css
<style>
a { background-color: #FD62C0; }
a { background-color: rgb(253,98,192); }
div.DivClassName
{
background-color: #FD62C0;
}
.BgClassName
{
background-color: #FD62C0;
}
</style>
border-color css
<style>
span { border-color: #FD62C0; }
span { border-color: rgb(253,98,192); }
td.TdClassName
{
border-color: #FD62C0;
}
.TagClassName
{
border-color: #FD62C0;
}
</style>