Shades of Neon Pink #FA6AD1
Tints of Neon Pink #FA6AD1
RGB
CMYK
RGB Variations
Color information
#FA6AD1 (or 0xFA6AD1) is known color: Neon Pink. HEX triplet: FA, 6A and D1. RGB value is (250,106,209). Sum of RGB (Red+Green+Blue) = 250+106+209=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6AD1 is #05952E. Grayscale: #A0A0A0. Windows color (decimal): -365871 or 13724410. OLE color: 13724410.
HSL color Cylindrical-coordinate representation of color #FA6AD1: hue angle of 317.08º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6AD1 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 209 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.02 |
| HSL | 317.08º | 0.94% | 0.7% | - |
| HSV(B) | 317.08º | 0.58% | 0.98% | - |
| XYZ | 56.09 | 35.24 | 64.17 | - |
| YUV | 160.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 209 | 0 | 0.58 | 0.16 | 0.02 | 317.08 | 0.94 | 0.7 |
| Hex | FA | 6A | D1 | 0 | 3A | 10 | 2 | 13D | 5E | 46 |
| Octal | 372 | 152 | 321 | 0 | 72 | 20 | 2 | 475 | 136 | 106 |
| Binary | 11111010 | 1101010 | 11010001 | 0 | 111010 | 10000 | 10 | 100111101 | 1011110 | 1000110 |
Color Harmonies of #FA6AD1
Complementary color
Monochromatic Colors of #FA6AD1
Black with #FA6AD1
Text Example
Text Example
White with #FA6AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6AD1; }
p { color: rgb(250,106,209); }
H1.HeaderClassName
{
color: #FA6AD1;
}
.AnyTagClassName
{
color: #FA6AD1;
}
</style>
background-color css
<style>
a { background-color: #FA6AD1; }
a { background-color: rgb(250,106,209); }
div.DivClassName
{
background-color: #FA6AD1;
}
.BgClassName
{
background-color: #FA6AD1;
}
</style>
border-color css
<style>
span { border-color: #FA6AD1; }
span { border-color: rgb(250,106,209); }
td.TdClassName
{
border-color: #FA6AD1;
}
.TagClassName
{
border-color: #FA6AD1;
}
</style>