Shades of Neon Pink #FA5DC5
Tints of Neon Pink #FA5DC5
RGB
CMYK
RGB Variations
Color information
#FA5DC5 (or 0xFA5DC5) is known color: Neon Pink. HEX triplet: FA, 5D and C5. RGB value is (250,93,197). Sum of RGB (Red+Green+Blue) = 250+93+197=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DC5 is #05A23A. Grayscale: #979797. Windows color (decimal): -369211 or 12934650. OLE color: 12934650.
HSL color Cylindrical-coordinate representation of color #FA5DC5: hue angle of 320.25º 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 #FA5DC5 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 197 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.02 |
| HSL | 320.25º | 0.94% | 0.67% | - |
| HSV(B) | 320.25º | 0.63% | 0.98% | - |
| XYZ | 53.42 | 32.18 | 56.22 | - |
| YUV | 151.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 197 | 0 | 0.63 | 0.21 | 0.02 | 320.25 | 0.94 | 0.67 |
| Hex | FA | 5D | C5 | 0 | 3F | 15 | 2 | 140 | 5E | 43 |
| Octal | 372 | 135 | 305 | 0 | 77 | 25 | 2 | 500 | 136 | 103 |
| Binary | 11111010 | 1011101 | 11000101 | 0 | 111111 | 10101 | 10 | 101000000 | 1011110 | 1000011 |
Color Harmonies of #FA5DC5
Complementary color
Monochromatic Colors of #FA5DC5
Black with #FA5DC5
Text Example
Text Example
White with #FA5DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DC5; }
p { color: rgb(250,93,197); }
H1.HeaderClassName
{
color: #FA5DC5;
}
.AnyTagClassName
{
color: #FA5DC5;
}
</style>
background-color css
<style>
a { background-color: #FA5DC5; }
a { background-color: rgb(250,93,197); }
div.DivClassName
{
background-color: #FA5DC5;
}
.BgClassName
{
background-color: #FA5DC5;
}
</style>
border-color css
<style>
span { border-color: #FA5DC5; }
span { border-color: rgb(250,93,197); }
td.TdClassName
{
border-color: #FA5DC5;
}
.TagClassName
{
border-color: #FA5DC5;
}
</style>