Shades of Neon Pink #FD63C6
Tints of Neon Pink #FD63C6
RGB
CMYK
RGB Variations
Color information
#FD63C6 (or 0xFD63C6) is known color: Neon Pink. HEX triplet: FD, 63 and C6. RGB value is (253,99,198). Sum of RGB (Red+Green+Blue) = 253+99+198=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63C6 is #029C39. Grayscale: #9C9C9C. Windows color (decimal): -171066 or 13001725. OLE color: 13001725.
HSL color Cylindrical-coordinate representation of color #FD63C6: hue angle of 321.43º 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 #FD63C6 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 198 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.01 |
| HSL | 321.43º | 0.97% | 0.69% | - |
| HSV(B) | 321.43º | 0.61% | 0.99% | - |
| XYZ | 55.16 | 33.88 | 57.06 | - |
| YUV | 156.33 | 151.52 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 198 | 0 | 0.61 | 0.22 | 0.01 | 321.43 | 0.97 | 0.69 |
| Hex | FD | 63 | C6 | 0 | 3D | 16 | 1 | 141 | 61 | 45 |
| Octal | 375 | 143 | 306 | 0 | 75 | 26 | 1 | 501 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11000110 | 0 | 111101 | 10110 | 1 | 101000001 | 1100001 | 1000101 |
Color Harmonies of #FD63C6
Complementary color
Monochromatic Colors of #FD63C6
Black with #FD63C6
Text Example
Text Example
White with #FD63C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63C6; }
p { color: rgb(253,99,198); }
H1.HeaderClassName
{
color: #FD63C6;
}
.AnyTagClassName
{
color: #FD63C6;
}
</style>
background-color css
<style>
a { background-color: #FD63C6; }
a { background-color: rgb(253,99,198); }
div.DivClassName
{
background-color: #FD63C6;
}
.BgClassName
{
background-color: #FD63C6;
}
</style>
border-color css
<style>
span { border-color: #FD63C6; }
span { border-color: rgb(253,99,198); }
td.TdClassName
{
border-color: #FD63C6;
}
.TagClassName
{
border-color: #FD63C6;
}
</style>