Shades of Neon Pink #FA5FCD
Tints of Neon Pink #FA5FCD
RGB
CMYK
RGB Variations
Color information
#FA5FCD (or 0xFA5FCD) is known color: Neon Pink. HEX triplet: FA, 5F and CD. RGB value is (250,95,205). Sum of RGB (Red+Green+Blue) = 250+95+205=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 95 (37.5% from 255 or 17.27% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FCD is #05A032. Grayscale: #999999. Windows color (decimal): -368691 or 13459450. OLE color: 13459450.
HSL color Cylindrical-coordinate representation of color #FA5FCD: hue angle of 317.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FCD is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 205 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.02 |
| HSL | 317.42º | 0.94% | 0.68% | - |
| HSV(B) | 317.42º | 0.62% | 0.98% | - |
| XYZ | 54.54 | 32.92 | 61.24 | - |
| YUV | 153.89 | 156.85 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 205 | 0 | 0.62 | 0.18 | 0.02 | 317.42 | 0.94 | 0.68 |
| Hex | FA | 5F | CD | 0 | 3E | 12 | 2 | 13D | 5E | 44 |
| Octal | 372 | 137 | 315 | 0 | 76 | 22 | 2 | 475 | 136 | 104 |
| Binary | 11111010 | 1011111 | 11001101 | 0 | 111110 | 10010 | 10 | 100111101 | 1011110 | 1000100 |
Color Harmonies of #FA5FCD
Complementary color
Monochromatic Colors of #FA5FCD
Black with #FA5FCD
Text Example
Text Example
White with #FA5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FCD; }
p { color: rgb(250,95,205); }
H1.HeaderClassName
{
color: #FA5FCD;
}
.AnyTagClassName
{
color: #FA5FCD;
}
</style>
background-color css
<style>
a { background-color: #FA5FCD; }
a { background-color: rgb(250,95,205); }
div.DivClassName
{
background-color: #FA5FCD;
}
.BgClassName
{
background-color: #FA5FCD;
}
</style>
border-color css
<style>
span { border-color: #FA5FCD; }
span { border-color: rgb(250,95,205); }
td.TdClassName
{
border-color: #FA5FCD;
}
.TagClassName
{
border-color: #FA5FCD;
}
</style>