Shades of Neon Pink #FA56D0
Tints of Neon Pink #FA56D0
RGB
CMYK
RGB Variations
Color information
#FA56D0 (or 0xFA56D0) is known color: Neon Pink. HEX triplet: FA, 56 and D0. RGB value is (250,86,208). Sum of RGB (Red+Green+Blue) = 250+86+208=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56D0 is #05A92F. Grayscale: #949494. Windows color (decimal): -370992 or 13653754. OLE color: 13653754.
HSL color Cylindrical-coordinate representation of color #FA56D0: hue angle of 315.37º 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 #FA56D0 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 208 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.02 |
| HSL | 315.37º | 0.94% | 0.66% | - |
| HSV(B) | 315.37º | 0.66% | 0.98% | - |
| XYZ | 54.14 | 31.53 | 62.91 | - |
| YUV | 148.94 | 161.33 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 208 | 0 | 0.66 | 0.17 | 0.02 | 315.37 | 0.94 | 0.66 |
| Hex | FA | 56 | D0 | 0 | 42 | 11 | 2 | 13B | 5E | 42 |
| Octal | 372 | 126 | 320 | 0 | 102 | 21 | 2 | 473 | 136 | 102 |
| Binary | 11111010 | 1010110 | 11010000 | 0 | 1000010 | 10001 | 10 | 100111011 | 1011110 | 1000010 |
Color Harmonies of #FA56D0
Complementary color
Monochromatic Colors of #FA56D0
Black with #FA56D0
Text Example
Text Example
White with #FA56D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA56D0; }
p { color: rgb(250,86,208); }
H1.HeaderClassName
{
color: #FA56D0;
}
.AnyTagClassName
{
color: #FA56D0;
}
</style>
background-color css
<style>
a { background-color: #FA56D0; }
a { background-color: rgb(250,86,208); }
div.DivClassName
{
background-color: #FA56D0;
}
.BgClassName
{
background-color: #FA56D0;
}
</style>
border-color css
<style>
span { border-color: #FA56D0; }
span { border-color: rgb(250,86,208); }
td.TdClassName
{
border-color: #FA56D0;
}
.TagClassName
{
border-color: #FA56D0;
}
</style>