Shades of Neon Pink #FA6DBF
Tints of Neon Pink #FA6DBF
RGB
CMYK
RGB Variations
Color information
#FA6DBF (or 0xFA6DBF) is known color: Neon Pink. HEX triplet: FA, 6D and BF. RGB value is (250,109,191). Sum of RGB (Red+Green+Blue) = 250+109+191=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DBF is #059240. Grayscale: #A0A0A0. Windows color (decimal): -365121 or 12545530. OLE color: 12545530.
HSL color Cylindrical-coordinate representation of color #FA6DBF: hue angle of 325.11º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DBF is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 191 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.02 |
| HSL | 325.11º | 0.93% | 0.7% | - |
| HSV(B) | 325.11º | 0.56% | 0.98% | - |
| XYZ | 54.3 | 35.02 | 53.19 | - |
| YUV | 160.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 191 | 0 | 0.56 | 0.24 | 0.02 | 325.11 | 0.93 | 0.7 |
| Hex | FA | 6D | BF | 0 | 38 | 18 | 2 | 145 | 5D | 46 |
| Octal | 372 | 155 | 277 | 0 | 70 | 30 | 2 | 505 | 135 | 106 |
| Binary | 11111010 | 1101101 | 10111111 | 0 | 111000 | 11000 | 10 | 101000101 | 1011101 | 1000110 |
Color Harmonies of #FA6DBF
Complementary color
Monochromatic Colors of #FA6DBF
Black with #FA6DBF
Text Example
Text Example
White with #FA6DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DBF; }
p { color: rgb(250,109,191); }
H1.HeaderClassName
{
color: #FA6DBF;
}
.AnyTagClassName
{
color: #FA6DBF;
}
</style>
background-color css
<style>
a { background-color: #FA6DBF; }
a { background-color: rgb(250,109,191); }
div.DivClassName
{
background-color: #FA6DBF;
}
.BgClassName
{
background-color: #FA6DBF;
}
</style>
border-color css
<style>
span { border-color: #FA6DBF; }
span { border-color: rgb(250,109,191); }
td.TdClassName
{
border-color: #FA6DBF;
}
.TagClassName
{
border-color: #FA6DBF;
}
</style>