Shades of Neon Pink #FA6ACE
Tints of Neon Pink #FA6ACE
RGB
CMYK
RGB Variations
Color information
#FA6ACE (or 0xFA6ACE) is known color: Neon Pink. HEX triplet: FA, 6A and CE. RGB value is (250,106,206). Sum of RGB (Red+Green+Blue) = 250+106+206=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ACE is #059531. Grayscale: #A0A0A0. Windows color (decimal): -365874 or 13527802. OLE color: 13527802.
HSL color Cylindrical-coordinate representation of color #FA6ACE: hue angle of 318.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 #FA6ACE is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 206 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.02 |
| HSL | 318.33º | 0.94% | 0.7% | - |
| HSV(B) | 318.33º | 0.58% | 0.98% | - |
| XYZ | 55.72 | 35.09 | 62.23 | - |
| YUV | 160.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 206 | 0 | 0.58 | 0.18 | 0.02 | 318.33 | 0.94 | 0.7 |
| Hex | FA | 6A | CE | 0 | 3A | 12 | 2 | 13E | 5E | 46 |
| Octal | 372 | 152 | 316 | 0 | 72 | 22 | 2 | 476 | 136 | 106 |
| Binary | 11111010 | 1101010 | 11001110 | 0 | 111010 | 10010 | 10 | 100111110 | 1011110 | 1000110 |
Color Harmonies of #FA6ACE
Complementary color
Monochromatic Colors of #FA6ACE
Black with #FA6ACE
Text Example
Text Example
White with #FA6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6ACE; }
p { color: rgb(250,106,206); }
H1.HeaderClassName
{
color: #FA6ACE;
}
.AnyTagClassName
{
color: #FA6ACE;
}
</style>
background-color css
<style>
a { background-color: #FA6ACE; }
a { background-color: rgb(250,106,206); }
div.DivClassName
{
background-color: #FA6ACE;
}
.BgClassName
{
background-color: #FA6ACE;
}
</style>
border-color css
<style>
span { border-color: #FA6ACE; }
span { border-color: rgb(250,106,206); }
td.TdClassName
{
border-color: #FA6ACE;
}
.TagClassName
{
border-color: #FA6ACE;
}
</style>