Shades of Neon Pink #FA5DC7
Tints of Neon Pink #FA5DC7
RGB
CMYK
RGB Variations
Color information
#FA5DC7 (or 0xFA5DC7) is known color: Neon Pink. HEX triplet: FA, 5D and C7. RGB value is (250,93,199). Sum of RGB (Red+Green+Blue) = 250+93+199=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DC7 is #05A238. Grayscale: #979797. Windows color (decimal): -369209 or 13065722. OLE color: 13065722.
HSL color Cylindrical-coordinate representation of color #FA5DC7: hue angle of 319.49º 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 #FA5DC7 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 199 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.02 |
| HSL | 319.49º | 0.94% | 0.67% | - |
| HSV(B) | 319.49º | 0.63% | 0.98% | - |
| XYZ | 53.65 | 32.28 | 57.44 | - |
| YUV | 152.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 199 | 0 | 0.63 | 0.20 | 0.02 | 319.49 | 0.94 | 0.67 |
| Hex | FA | 5D | C7 | 0 | 3F | 14 | 2 | 13F | 5E | 43 |
| Octal | 372 | 135 | 307 | 0 | 77 | 24 | 2 | 477 | 136 | 103 |
| Binary | 11111010 | 1011101 | 11000111 | 0 | 111111 | 10100 | 10 | 100111111 | 1011110 | 1000011 |
Color Harmonies of #FA5DC7
Complementary color
Monochromatic Colors of #FA5DC7
Black with #FA5DC7
Text Example
Text Example
White with #FA5DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DC7; }
p { color: rgb(250,93,199); }
H1.HeaderClassName
{
color: #FA5DC7;
}
.AnyTagClassName
{
color: #FA5DC7;
}
</style>
background-color css
<style>
a { background-color: #FA5DC7; }
a { background-color: rgb(250,93,199); }
div.DivClassName
{
background-color: #FA5DC7;
}
.BgClassName
{
background-color: #FA5DC7;
}
</style>
border-color css
<style>
span { border-color: #FA5DC7; }
span { border-color: rgb(250,93,199); }
td.TdClassName
{
border-color: #FA5DC7;
}
.TagClassName
{
border-color: #FA5DC7;
}
</style>