Shades of Neon Pink #FA63C7
Tints of Neon Pink #FA63C7
RGB
CMYK
RGB Variations
Color information
#FA63C7 (or 0xFA63C7) is known color: Neon Pink. HEX triplet: FA, 63 and C7. RGB value is (250,99,199). Sum of RGB (Red+Green+Blue) = 250+99+199=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63C7 is #059C38. Grayscale: #9B9B9B. Windows color (decimal): -367673 or 13067258. OLE color: 13067258.
HSL color Cylindrical-coordinate representation of color #FA63C7: hue angle of 320.26º 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 #FA63C7 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 199 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.02 |
| HSL | 320.26º | 0.94% | 0.68% | - |
| HSV(B) | 320.26º | 0.6% | 0.98% | - |
| XYZ | 54.19 | 33.37 | 57.62 | - |
| YUV | 155.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 199 | 0 | 0.60 | 0.20 | 0.02 | 320.26 | 0.94 | 0.68 |
| Hex | FA | 63 | C7 | 0 | 3C | 14 | 2 | 140 | 5E | 44 |
| Octal | 372 | 143 | 307 | 0 | 74 | 24 | 2 | 500 | 136 | 104 |
| Binary | 11111010 | 1100011 | 11000111 | 0 | 111100 | 10100 | 10 | 101000000 | 1011110 | 1000100 |
Color Harmonies of #FA63C7
Complementary color
Monochromatic Colors of #FA63C7
Black with #FA63C7
Text Example
Text Example
White with #FA63C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63C7; }
p { color: rgb(250,99,199); }
H1.HeaderClassName
{
color: #FA63C7;
}
.AnyTagClassName
{
color: #FA63C7;
}
</style>
background-color css
<style>
a { background-color: #FA63C7; }
a { background-color: rgb(250,99,199); }
div.DivClassName
{
background-color: #FA63C7;
}
.BgClassName
{
background-color: #FA63C7;
}
</style>
border-color css
<style>
span { border-color: #FA63C7; }
span { border-color: rgb(250,99,199); }
td.TdClassName
{
border-color: #FA63C7;
}
.TagClassName
{
border-color: #FA63C7;
}
</style>