Shades of Neon Pink #FA56C5
Tints of Neon Pink #FA56C5
RGB
CMYK
RGB Variations
Color information
#FA56C5 (or 0xFA56C5) is known color: Neon Pink. HEX triplet: FA, 56 and C5. RGB value is (250,86,197). Sum of RGB (Red+Green+Blue) = 250+86+197=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56C5 is #05A93A. Grayscale: #939393. Windows color (decimal): -371003 or 12932858. OLE color: 12932858.
HSL color Cylindrical-coordinate representation of color #FA56C5: hue angle of 319.39º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA56C5 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 197 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.02 |
| HSL | 319.39º | 0.94% | 0.66% | - |
| HSV(B) | 319.39º | 0.66% | 0.98% | - |
| XYZ | 52.83 | 31.01 | 56.02 | - |
| YUV | 147.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 197 | 0 | 0.66 | 0.21 | 0.02 | 319.39 | 0.94 | 0.66 |
| Hex | FA | 56 | C5 | 0 | 42 | 15 | 2 | 13F | 5E | 42 |
| Octal | 372 | 126 | 305 | 0 | 102 | 25 | 2 | 477 | 136 | 102 |
| Binary | 11111010 | 1010110 | 11000101 | 0 | 1000010 | 10101 | 10 | 100111111 | 1011110 | 1000010 |
Color Harmonies of #FA56C5
Complementary color
Monochromatic Colors of #FA56C5
Black with #FA56C5
Text Example
Text Example
White with #FA56C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA56C5; }
p { color: rgb(250,86,197); }
H1.HeaderClassName
{
color: #FA56C5;
}
.AnyTagClassName
{
color: #FA56C5;
}
</style>
background-color css
<style>
a { background-color: #FA56C5; }
a { background-color: rgb(250,86,197); }
div.DivClassName
{
background-color: #FA56C5;
}
.BgClassName
{
background-color: #FA56C5;
}
</style>
border-color css
<style>
span { border-color: #FA56C5; }
span { border-color: rgb(250,86,197); }
td.TdClassName
{
border-color: #FA56C5;
}
.TagClassName
{
border-color: #FA56C5;
}
</style>