Shades of Neon Pink #FA5ACD
Tints of Neon Pink #FA5ACD
RGB
CMYK
RGB Variations
Color information
#FA5ACD (or 0xFA5ACD) is known color: Neon Pink. HEX triplet: FA, 5A and CD. RGB value is (250,90,205). Sum of RGB (Red+Green+Blue) = 250+90+205=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ACD is #05A532. Grayscale: #969696. Windows color (decimal): -369971 or 13458170. OLE color: 13458170.
HSL color Cylindrical-coordinate representation of color #FA5ACD: hue angle of 316.88º 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 #FA5ACD is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 205 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.02 |
| HSL | 316.88º | 0.94% | 0.67% | - |
| HSV(B) | 316.88º | 0.64% | 0.98% | - |
| XYZ | 54.1 | 32.04 | 61.09 | - |
| YUV | 150.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 205 | 0 | 0.64 | 0.18 | 0.02 | 316.88 | 0.94 | 0.67 |
| Hex | FA | 5A | CD | 0 | 40 | 12 | 2 | 13D | 5E | 43 |
| Octal | 372 | 132 | 315 | 0 | 100 | 22 | 2 | 475 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11001101 | 0 | 1000000 | 10010 | 10 | 100111101 | 1011110 | 1000011 |
Color Harmonies of #FA5ACD
Complementary color
Monochromatic Colors of #FA5ACD
Black with #FA5ACD
Text Example
Text Example
White with #FA5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5ACD; }
p { color: rgb(250,90,205); }
H1.HeaderClassName
{
color: #FA5ACD;
}
.AnyTagClassName
{
color: #FA5ACD;
}
</style>
background-color css
<style>
a { background-color: #FA5ACD; }
a { background-color: rgb(250,90,205); }
div.DivClassName
{
background-color: #FA5ACD;
}
.BgClassName
{
background-color: #FA5ACD;
}
</style>
border-color css
<style>
span { border-color: #FA5ACD; }
span { border-color: rgb(250,90,205); }
td.TdClassName
{
border-color: #FA5ACD;
}
.TagClassName
{
border-color: #FA5ACD;
}
</style>