Shades of Neon Pink #FD63DB
Tints of Neon Pink #FD63DB
RGB
CMYK
RGB Variations
Color information
#FD63DB (or 0xFD63DB) is known color: Neon Pink. HEX triplet: FD, 63 and DB. RGB value is (253,99,219). Sum of RGB (Red+Green+Blue) = 253+99+219=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 99 (39.06% from 255 or 17.34% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63DB is #029C24. Grayscale: #9E9E9E. Windows color (decimal): -171045 or 14377981. OLE color: 14377981.
HSL color Cylindrical-coordinate representation of color #FD63DB: hue angle of 313.25º 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 #FD63DB is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 219 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.01 |
| HSL | 313.25º | 0.97% | 0.69% | - |
| HSV(B) | 313.25º | 0.61% | 0.99% | - |
| XYZ | 57.76 | 34.92 | 70.71 | - |
| YUV | 158.73 | 162.02 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 219 | 0 | 0.61 | 0.13 | 0.01 | 313.25 | 0.97 | 0.69 |
| Hex | FD | 63 | DB | 0 | 3D | D | 1 | 139 | 61 | 45 |
| Octal | 375 | 143 | 333 | 0 | 75 | 15 | 1 | 471 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11011011 | 0 | 111101 | 1101 | 1 | 100111001 | 1100001 | 1000101 |
Color Harmonies of #FD63DB
Complementary color
Monochromatic Colors of #FD63DB
Black with #FD63DB
Text Example
Text Example
White with #FD63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63DB; }
p { color: rgb(253,99,219); }
H1.HeaderClassName
{
color: #FD63DB;
}
.AnyTagClassName
{
color: #FD63DB;
}
</style>
background-color css
<style>
a { background-color: #FD63DB; }
a { background-color: rgb(253,99,219); }
div.DivClassName
{
background-color: #FD63DB;
}
.BgClassName
{
background-color: #FD63DB;
}
</style>
border-color css
<style>
span { border-color: #FD63DB; }
span { border-color: rgb(253,99,219); }
td.TdClassName
{
border-color: #FD63DB;
}
.TagClassName
{
border-color: #FD63DB;
}
</style>