Shades of Neon Pink #FA6AD4
Tints of Neon Pink #FA6AD4
RGB
CMYK
RGB Variations
Color information
#FA6AD4 (or 0xFA6AD4) is known color: Neon Pink. HEX triplet: FA, 6A and D4. RGB value is (250,106,212). Sum of RGB (Red+Green+Blue) = 250+106+212=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6AD4 is #05952B. Grayscale: #A0A0A0. Windows color (decimal): -365868 or 13921018. OLE color: 13921018.
HSL color Cylindrical-coordinate representation of color #FA6AD4: hue angle of 315.83º 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 #FA6AD4 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 212 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.02 |
| HSL | 315.83º | 0.94% | 0.7% | - |
| HSV(B) | 315.83º | 0.58% | 0.98% | - |
| XYZ | 56.46 | 35.39 | 66.14 | - |
| YUV | 161.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 212 | 0 | 0.58 | 0.15 | 0.02 | 315.83 | 0.94 | 0.7 |
| Hex | FA | 6A | D4 | 0 | 3A | F | 2 | 13C | 5E | 46 |
| Octal | 372 | 152 | 324 | 0 | 72 | 17 | 2 | 474 | 136 | 106 |
| Binary | 11111010 | 1101010 | 11010100 | 0 | 111010 | 1111 | 10 | 100111100 | 1011110 | 1000110 |
Color Harmonies of #FA6AD4
Complementary color
Monochromatic Colors of #FA6AD4
Black with #FA6AD4
Text Example
Text Example
White with #FA6AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6AD4; }
p { color: rgb(250,106,212); }
H1.HeaderClassName
{
color: #FA6AD4;
}
.AnyTagClassName
{
color: #FA6AD4;
}
</style>
background-color css
<style>
a { background-color: #FA6AD4; }
a { background-color: rgb(250,106,212); }
div.DivClassName
{
background-color: #FA6AD4;
}
.BgClassName
{
background-color: #FA6AD4;
}
</style>
border-color css
<style>
span { border-color: #FA6AD4; }
span { border-color: rgb(250,106,212); }
td.TdClassName
{
border-color: #FA6AD4;
}
.TagClassName
{
border-color: #FA6AD4;
}
</style>