Shades of Neon Pink #FD63C0
Tints of Neon Pink #FD63C0
RGB
CMYK
RGB Variations
Color information
#FD63C0 (or 0xFD63C0) is known color: Neon Pink. HEX triplet: FD, 63 and C0. RGB value is (253,99,192). Sum of RGB (Red+Green+Blue) = 253+99+192=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63C0 is #029C3F. Grayscale: #9B9B9B. Windows color (decimal): -171072 or 12608509. OLE color: 12608509.
HSL color Cylindrical-coordinate representation of color #FD63C0: hue angle of 323.77º 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 #FD63C0 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 192 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.01 |
| HSL | 323.77º | 0.97% | 0.69% | - |
| HSV(B) | 323.77º | 0.61% | 0.99% | - |
| XYZ | 54.48 | 33.61 | 53.49 | - |
| YUV | 155.65 | 148.52 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 192 | 0 | 0.61 | 0.24 | 0.01 | 323.77 | 0.97 | 0.69 |
| Hex | FD | 63 | C0 | 0 | 3D | 18 | 1 | 144 | 61 | 45 |
| Octal | 375 | 143 | 300 | 0 | 75 | 30 | 1 | 504 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11000000 | 0 | 111101 | 11000 | 1 | 101000100 | 1100001 | 1000101 |
Color Harmonies of #FD63C0
Complementary color
Monochromatic Colors of #FD63C0
Black with #FD63C0
Text Example
Text Example
White with #FD63C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63C0; }
p { color: rgb(253,99,192); }
H1.HeaderClassName
{
color: #FD63C0;
}
.AnyTagClassName
{
color: #FD63C0;
}
</style>
background-color css
<style>
a { background-color: #FD63C0; }
a { background-color: rgb(253,99,192); }
div.DivClassName
{
background-color: #FD63C0;
}
.BgClassName
{
background-color: #FD63C0;
}
</style>
border-color css
<style>
span { border-color: #FD63C0; }
span { border-color: rgb(253,99,192); }
td.TdClassName
{
border-color: #FD63C0;
}
.TagClassName
{
border-color: #FD63C0;
}
</style>