Shades of Neon Pink #FA5DC8
Tints of Neon Pink #FA5DC8
RGB
CMYK
RGB Variations
Color information
#FA5DC8 (or 0xFA5DC8) is known color: Neon Pink. HEX triplet: FA, 5D and C8. RGB value is (250,93,200). Sum of RGB (Red+Green+Blue) = 250+93+200=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DC8 is #05A237. Grayscale: #979797. Windows color (decimal): -369208 or 13131258. OLE color: 13131258.
HSL color Cylindrical-coordinate representation of color #FA5DC8: hue angle of 319.11º 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 #FA5DC8 is Cyan = 0, Magento = 0.63, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 200 | - |
| CMYK | 0 | 0.63 | 0.2 | 0.02 |
| HSL | 319.11º | 0.94% | 0.67% | - |
| HSV(B) | 319.11º | 0.63% | 0.98% | - |
| XYZ | 53.76 | 32.32 | 58.05 | - |
| YUV | 152.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 200 | 0 | 0.63 | 0.2 | 0.02 | 319.11 | 0.94 | 0.67 |
| Hex | FA | 5D | C8 | 0 | 3F | 14 | 2 | 13F | 5E | 43 |
| Octal | 372 | 135 | 310 | 0 | 77 | 24 | 2 | 477 | 136 | 103 |
| Binary | 11111010 | 1011101 | 11001000 | 0 | 111111 | 10100 | 10 | 100111111 | 1011110 | 1000011 |
Color Harmonies of #FA5DC8
Complementary color
Monochromatic Colors of #FA5DC8
Black with #FA5DC8
Text Example
Text Example
White with #FA5DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DC8; }
p { color: rgb(250,93,200); }
H1.HeaderClassName
{
color: #FA5DC8;
}
.AnyTagClassName
{
color: #FA5DC8;
}
</style>
background-color css
<style>
a { background-color: #FA5DC8; }
a { background-color: rgb(250,93,200); }
div.DivClassName
{
background-color: #FA5DC8;
}
.BgClassName
{
background-color: #FA5DC8;
}
</style>
border-color css
<style>
span { border-color: #FA5DC8; }
span { border-color: rgb(250,93,200); }
td.TdClassName
{
border-color: #FA5DC8;
}
.TagClassName
{
border-color: #FA5DC8;
}
</style>