Shades of Neon Pink #FD63C8
Tints of Neon Pink #FD63C8
RGB
CMYK
RGB Variations
Color information
#FD63C8 (or 0xFD63C8) is known color: Neon Pink. HEX triplet: FD, 63 and C8. RGB value is (253,99,200). Sum of RGB (Red+Green+Blue) = 253+99+200=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63C8 is #029C37. Grayscale: #9C9C9C. Windows color (decimal): -171064 or 13132797. OLE color: 13132797.
HSL color Cylindrical-coordinate representation of color #FD63C8: hue angle of 320.65º 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 #FD63C8 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 200 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.01 |
| HSL | 320.65º | 0.97% | 0.69% | - |
| HSV(B) | 320.65º | 0.61% | 0.99% | - |
| XYZ | 55.4 | 33.98 | 58.28 | - |
| YUV | 156.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 200 | 0 | 0.61 | 0.21 | 0.01 | 320.65 | 0.97 | 0.69 |
| Hex | FD | 63 | C8 | 0 | 3D | 15 | 1 | 141 | 61 | 45 |
| Octal | 375 | 143 | 310 | 0 | 75 | 25 | 1 | 501 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11001000 | 0 | 111101 | 10101 | 1 | 101000001 | 1100001 | 1000101 |
Color Harmonies of #FD63C8
Complementary color
Monochromatic Colors of #FD63C8
Black with #FD63C8
Text Example
Text Example
White with #FD63C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63C8; }
p { color: rgb(253,99,200); }
H1.HeaderClassName
{
color: #FD63C8;
}
.AnyTagClassName
{
color: #FD63C8;
}
</style>
background-color css
<style>
a { background-color: #FD63C8; }
a { background-color: rgb(253,99,200); }
div.DivClassName
{
background-color: #FD63C8;
}
.BgClassName
{
background-color: #FD63C8;
}
</style>
border-color css
<style>
span { border-color: #FD63C8; }
span { border-color: rgb(253,99,200); }
td.TdClassName
{
border-color: #FD63C8;
}
.TagClassName
{
border-color: #FD63C8;
}
</style>