Shades of Neon Pink #FA6AC2
Tints of Neon Pink #FA6AC2
RGB
CMYK
RGB Variations
Color information
#FA6AC2 (or 0xFA6AC2) is known color: Neon Pink. HEX triplet: FA, 6A and C2. RGB value is (250,106,194). Sum of RGB (Red+Green+Blue) = 250+106+194=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6AC2 is #05953D. Grayscale: #9E9E9E. Windows color (decimal): -365886 or 12741370. OLE color: 12741370.
HSL color Cylindrical-coordinate representation of color #FA6AC2: hue angle of 323.33º 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 #FA6AC2 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 194 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.02 |
| HSL | 323.33º | 0.94% | 0.7% | - |
| HSV(B) | 323.33º | 0.58% | 0.98% | - |
| XYZ | 54.32 | 34.53 | 54.84 | - |
| YUV | 159.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 194 | 0 | 0.58 | 0.22 | 0.02 | 323.33 | 0.94 | 0.7 |
| Hex | FA | 6A | C2 | 0 | 3A | 16 | 2 | 143 | 5E | 46 |
| Octal | 372 | 152 | 302 | 0 | 72 | 26 | 2 | 503 | 136 | 106 |
| Binary | 11111010 | 1101010 | 11000010 | 0 | 111010 | 10110 | 10 | 101000011 | 1011110 | 1000110 |
Color Harmonies of #FA6AC2
Complementary color
Monochromatic Colors of #FA6AC2
Black with #FA6AC2
Text Example
Text Example
White with #FA6AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6AC2; }
p { color: rgb(250,106,194); }
H1.HeaderClassName
{
color: #FA6AC2;
}
.AnyTagClassName
{
color: #FA6AC2;
}
</style>
background-color css
<style>
a { background-color: #FA6AC2; }
a { background-color: rgb(250,106,194); }
div.DivClassName
{
background-color: #FA6AC2;
}
.BgClassName
{
background-color: #FA6AC2;
}
</style>
border-color css
<style>
span { border-color: #FA6AC2; }
span { border-color: rgb(250,106,194); }
td.TdClassName
{
border-color: #FA6AC2;
}
.TagClassName
{
border-color: #FA6AC2;
}
</style>