Shades of Neon Pink #FA63C4
Tints of Neon Pink #FA63C4
RGB
CMYK
RGB Variations
Color information
#FA63C4 (or 0xFA63C4) is known color: Neon Pink. HEX triplet: FA, 63 and C4. RGB value is (250,99,196). Sum of RGB (Red+Green+Blue) = 250+99+196=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA63C4 is #059C3B. Grayscale: #9A9A9A. Windows color (decimal): -367676 or 12870650. OLE color: 12870650.
HSL color Cylindrical-coordinate representation of color #FA63C4: hue angle of 321.46º 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 #FA63C4 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 196 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.02 |
| HSL | 321.46º | 0.94% | 0.68% | - |
| HSV(B) | 321.46º | 0.6% | 0.98% | - |
| XYZ | 53.85 | 33.23 | 55.8 | - |
| YUV | 155.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 196 | 0 | 0.60 | 0.22 | 0.02 | 321.46 | 0.94 | 0.68 |
| Hex | FA | 63 | C4 | 0 | 3C | 16 | 2 | 141 | 5E | 44 |
| Octal | 372 | 143 | 304 | 0 | 74 | 26 | 2 | 501 | 136 | 104 |
| Binary | 11111010 | 1100011 | 11000100 | 0 | 111100 | 10110 | 10 | 101000001 | 1011110 | 1000100 |
Color Harmonies of #FA63C4
Complementary color
Monochromatic Colors of #FA63C4
Black with #FA63C4
Text Example
Text Example
White with #FA63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63C4; }
p { color: rgb(250,99,196); }
H1.HeaderClassName
{
color: #FA63C4;
}
.AnyTagClassName
{
color: #FA63C4;
}
</style>
background-color css
<style>
a { background-color: #FA63C4; }
a { background-color: rgb(250,99,196); }
div.DivClassName
{
background-color: #FA63C4;
}
.BgClassName
{
background-color: #FA63C4;
}
</style>
border-color css
<style>
span { border-color: #FA63C4; }
span { border-color: rgb(250,99,196); }
td.TdClassName
{
border-color: #FA63C4;
}
.TagClassName
{
border-color: #FA63C4;
}
</style>