Shades of Neon Pink #FA63D0
Tints of Neon Pink #FA63D0
RGB
CMYK
RGB Variations
Color information
#FA63D0 (or 0xFA63D0) is known color: Neon Pink. HEX triplet: FA, 63 and D0. RGB value is (250,99,208). Sum of RGB (Red+Green+Blue) = 250+99+208=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63D0 is #059C2F. Grayscale: #9C9C9C. Windows color (decimal): -367664 or 13657082. OLE color: 13657082.
HSL color Cylindrical-coordinate representation of color #FA63D0: hue angle of 316.69º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63D0 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 208 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.02 |
| HSL | 316.69º | 0.94% | 0.68% | - |
| HSV(B) | 316.69º | 0.6% | 0.98% | - |
| XYZ | 55.27 | 33.8 | 63.29 | - |
| YUV | 156.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 208 | 0 | 0.60 | 0.17 | 0.02 | 316.69 | 0.94 | 0.68 |
| Hex | FA | 63 | D0 | 0 | 3C | 11 | 2 | 13D | 5E | 44 |
| Octal | 372 | 143 | 320 | 0 | 74 | 21 | 2 | 475 | 136 | 104 |
| Binary | 11111010 | 1100011 | 11010000 | 0 | 111100 | 10001 | 10 | 100111101 | 1011110 | 1000100 |
Color Harmonies of #FA63D0
Complementary color
Monochromatic Colors of #FA63D0
Black with #FA63D0
Text Example
Text Example
White with #FA63D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63D0; }
p { color: rgb(250,99,208); }
H1.HeaderClassName
{
color: #FA63D0;
}
.AnyTagClassName
{
color: #FA63D0;
}
</style>
background-color css
<style>
a { background-color: #FA63D0; }
a { background-color: rgb(250,99,208); }
div.DivClassName
{
background-color: #FA63D0;
}
.BgClassName
{
background-color: #FA63D0;
}
</style>
border-color css
<style>
span { border-color: #FA63D0; }
span { border-color: rgb(250,99,208); }
td.TdClassName
{
border-color: #FA63D0;
}
.TagClassName
{
border-color: #FA63D0;
}
</style>