Shades of Neon Pink #FD63D0
Tints of Neon Pink #FD63D0
RGB
CMYK
RGB Variations
Color information
#FD63D0 (or 0xFD63D0) is known color: Neon Pink. HEX triplet: FD, 63 and D0. RGB value is (253,99,208). Sum of RGB (Red+Green+Blue) = 253+99+208=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63D0 is #029C2F. Grayscale: #9D9D9D. Windows color (decimal): -171056 or 13657085. OLE color: 13657085.
HSL color Cylindrical-coordinate representation of color #FD63D0: hue angle of 317.53º 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 #FD63D0 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 208 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.01 |
| HSL | 317.53º | 0.97% | 0.69% | - |
| HSV(B) | 317.53º | 0.61% | 0.99% | - |
| XYZ | 56.36 | 34.36 | 63.34 | - |
| YUV | 157.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 208 | 0 | 0.61 | 0.18 | 0.01 | 317.53 | 0.97 | 0.69 |
| Hex | FD | 63 | D0 | 0 | 3D | 12 | 1 | 13E | 61 | 45 |
| Octal | 375 | 143 | 320 | 0 | 75 | 22 | 1 | 476 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11010000 | 0 | 111101 | 10010 | 1 | 100111110 | 1100001 | 1000101 |
Color Harmonies of #FD63D0
Complementary color
Monochromatic Colors of #FD63D0
Black with #FD63D0
Text Example
Text Example
White with #FD63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63D0; }
p { color: rgb(253,99,208); }
H1.HeaderClassName
{
color: #FD63D0;
}
.AnyTagClassName
{
color: #FD63D0;
}
</style>
background-color css
<style>
a { background-color: #FD63D0; }
a { background-color: rgb(253,99,208); }
div.DivClassName
{
background-color: #FD63D0;
}
.BgClassName
{
background-color: #FD63D0;
}
</style>
border-color css
<style>
span { border-color: #FD63D0; }
span { border-color: rgb(253,99,208); }
td.TdClassName
{
border-color: #FD63D0;
}
.TagClassName
{
border-color: #FD63D0;
}
</style>