Shades of Neon Pink #FA5FD3
Tints of Neon Pink #FA5FD3
RGB
CMYK
RGB Variations
Color information
#FA5FD3 (or 0xFA5FD3) is known color: Neon Pink. HEX triplet: FA, 5F and D3. RGB value is (250,95,211). Sum of RGB (Red+Green+Blue) = 250+95+211=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5FD3 is #05A02C. Grayscale: #9A9A9A. Windows color (decimal): -368685 or 13852666. OLE color: 13852666.
HSL color Cylindrical-coordinate representation of color #FA5FD3: hue angle of 315.1º 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 #FA5FD3 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 211 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.02 |
| HSL | 315.1º | 0.94% | 0.68% | - |
| HSV(B) | 315.1º | 0.62% | 0.98% | - |
| XYZ | 55.27 | 33.21 | 65.13 | - |
| YUV | 154.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 211 | 0 | 0.62 | 0.16 | 0.02 | 315.1 | 0.94 | 0.68 |
| Hex | FA | 5F | D3 | 0 | 3E | 10 | 2 | 13B | 5E | 44 |
| Octal | 372 | 137 | 323 | 0 | 76 | 20 | 2 | 473 | 136 | 104 |
| Binary | 11111010 | 1011111 | 11010011 | 0 | 111110 | 10000 | 10 | 100111011 | 1011110 | 1000100 |
Color Harmonies of #FA5FD3
Complementary color
Monochromatic Colors of #FA5FD3
Black with #FA5FD3
Text Example
Text Example
White with #FA5FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FD3; }
p { color: rgb(250,95,211); }
H1.HeaderClassName
{
color: #FA5FD3;
}
.AnyTagClassName
{
color: #FA5FD3;
}
</style>
background-color css
<style>
a { background-color: #FA5FD3; }
a { background-color: rgb(250,95,211); }
div.DivClassName
{
background-color: #FA5FD3;
}
.BgClassName
{
background-color: #FA5FD3;
}
</style>
border-color css
<style>
span { border-color: #FA5FD3; }
span { border-color: rgb(250,95,211); }
td.TdClassName
{
border-color: #FA5FD3;
}
.TagClassName
{
border-color: #FA5FD3;
}
</style>