Shades of Neon Pink #FA5DCA
Tints of Neon Pink #FA5DCA
RGB
CMYK
RGB Variations
Color information
#FA5DCA (or 0xFA5DCA) is known color: Neon Pink. HEX triplet: FA, 5D and CA. RGB value is (250,93,202). Sum of RGB (Red+Green+Blue) = 250+93+202=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 93 (36.72% from 255 or 17.06% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DCA is #05A235. Grayscale: #989898. Windows color (decimal): -369206 or 13262330. OLE color: 13262330.
HSL color Cylindrical-coordinate representation of color #FA5DCA: hue angle of 318.34º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5DCA is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 202 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.02 |
| HSL | 318.34º | 0.94% | 0.67% | - |
| HSV(B) | 318.34º | 0.63% | 0.98% | - |
| XYZ | 54 | 32.42 | 59.29 | - |
| YUV | 152.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 202 | 0 | 0.63 | 0.19 | 0.02 | 318.34 | 0.94 | 0.67 |
| Hex | FA | 5D | CA | 0 | 3F | 13 | 2 | 13E | 5E | 43 |
| Octal | 372 | 135 | 312 | 0 | 77 | 23 | 2 | 476 | 136 | 103 |
| Binary | 11111010 | 1011101 | 11001010 | 0 | 111111 | 10011 | 10 | 100111110 | 1011110 | 1000011 |
Color Harmonies of #FA5DCA
Complementary color
Monochromatic Colors of #FA5DCA
Black with #FA5DCA
Text Example
Text Example
White with #FA5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DCA; }
p { color: rgb(250,93,202); }
H1.HeaderClassName
{
color: #FA5DCA;
}
.AnyTagClassName
{
color: #FA5DCA;
}
</style>
background-color css
<style>
a { background-color: #FA5DCA; }
a { background-color: rgb(250,93,202); }
div.DivClassName
{
background-color: #FA5DCA;
}
.BgClassName
{
background-color: #FA5DCA;
}
</style>
border-color css
<style>
span { border-color: #FA5DCA; }
span { border-color: rgb(250,93,202); }
td.TdClassName
{
border-color: #FA5DCA;
}
.TagClassName
{
border-color: #FA5DCA;
}
</style>