Shades of Neon Pink #FA63CE
Tints of Neon Pink #FA63CE
RGB
CMYK
RGB Variations
Color information
#FA63CE (or 0xFA63CE) is known color: Neon Pink. HEX triplet: FA, 63 and CE. RGB value is (250,99,206). Sum of RGB (Red+Green+Blue) = 250+99+206=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63CE is #059C31. Grayscale: #9C9C9C. Windows color (decimal): -367666 or 13526010. OLE color: 13526010.
HSL color Cylindrical-coordinate representation of color #FA63CE: hue angle of 317.48º 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 #FA63CE is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 206 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.02 |
| HSL | 317.48º | 0.94% | 0.68% | - |
| HSV(B) | 317.48º | 0.6% | 0.98% | - |
| XYZ | 55.03 | 33.7 | 62 | - |
| YUV | 156.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 206 | 0 | 0.60 | 0.18 | 0.02 | 317.48 | 0.94 | 0.68 |
| Hex | FA | 63 | CE | 0 | 3C | 12 | 2 | 13D | 5E | 44 |
| Octal | 372 | 143 | 316 | 0 | 74 | 22 | 2 | 475 | 136 | 104 |
| Binary | 11111010 | 1100011 | 11001110 | 0 | 111100 | 10010 | 10 | 100111101 | 1011110 | 1000100 |
Color Harmonies of #FA63CE
Complementary color
Monochromatic Colors of #FA63CE
Black with #FA63CE
Text Example
Text Example
White with #FA63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63CE; }
p { color: rgb(250,99,206); }
H1.HeaderClassName
{
color: #FA63CE;
}
.AnyTagClassName
{
color: #FA63CE;
}
</style>
background-color css
<style>
a { background-color: #FA63CE; }
a { background-color: rgb(250,99,206); }
div.DivClassName
{
background-color: #FA63CE;
}
.BgClassName
{
background-color: #FA63CE;
}
</style>
border-color css
<style>
span { border-color: #FA63CE; }
span { border-color: rgb(250,99,206); }
td.TdClassName
{
border-color: #FA63CE;
}
.TagClassName
{
border-color: #FA63CE;
}
</style>