Shades of Neon Pink #FA5ACE
Tints of Neon Pink #FA5ACE
RGB
CMYK
RGB Variations
Color information
#FA5ACE (or 0xFA5ACE) is known color: Neon Pink. HEX triplet: FA, 5A and CE. RGB value is (250,90,206). Sum of RGB (Red+Green+Blue) = 250+90+206=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ACE is #05A531. Grayscale: #969696. Windows color (decimal): -369970 or 13523706. OLE color: 13523706.
HSL color Cylindrical-coordinate representation of color #FA5ACE: hue angle of 316.5º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5ACE is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 206 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.02 |
| HSL | 316.5º | 0.94% | 0.67% | - |
| HSV(B) | 316.5º | 0.64% | 0.98% | - |
| XYZ | 54.22 | 32.09 | 61.73 | - |
| YUV | 151.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 206 | 0 | 0.64 | 0.18 | 0.02 | 316.5 | 0.94 | 0.67 |
| Hex | FA | 5A | CE | 0 | 40 | 12 | 2 | 13C | 5E | 43 |
| Octal | 372 | 132 | 316 | 0 | 100 | 22 | 2 | 474 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11001110 | 0 | 1000000 | 10010 | 10 | 100111100 | 1011110 | 1000011 |
Color Harmonies of #FA5ACE
Complementary color
Monochromatic Colors of #FA5ACE
Black with #FA5ACE
Text Example
Text Example
White with #FA5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5ACE; }
p { color: rgb(250,90,206); }
H1.HeaderClassName
{
color: #FA5ACE;
}
.AnyTagClassName
{
color: #FA5ACE;
}
</style>
background-color css
<style>
a { background-color: #FA5ACE; }
a { background-color: rgb(250,90,206); }
div.DivClassName
{
background-color: #FA5ACE;
}
.BgClassName
{
background-color: #FA5ACE;
}
</style>
border-color css
<style>
span { border-color: #FA5ACE; }
span { border-color: rgb(250,90,206); }
td.TdClassName
{
border-color: #FA5ACE;
}
.TagClassName
{
border-color: #FA5ACE;
}
</style>