Shades of Neon Pink #FA6DD8
Tints of Neon Pink #FA6DD8
RGB
CMYK
RGB Variations
Color information
#FA6DD8 (or 0xFA6DD8) is known color: Neon Pink. HEX triplet: FA, 6D and D8. RGB value is (250,109,216). Sum of RGB (Red+Green+Blue) = 250+109+216=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DD8 is #059227. Grayscale: #A3A3A3. Windows color (decimal): -365096 or 14183930. OLE color: 14183930.
HSL color Cylindrical-coordinate representation of color #FA6DD8: hue angle of 314.47º 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 #FA6DD8 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 216 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.02 |
| HSL | 314.47º | 0.93% | 0.7% | - |
| HSV(B) | 314.47º | 0.56% | 0.98% | - |
| XYZ | 57.29 | 36.22 | 68.94 | - |
| YUV | 163.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 216 | 0 | 0.56 | 0.14 | 0.02 | 314.47 | 0.93 | 0.7 |
| Hex | FA | 6D | D8 | 0 | 38 | E | 2 | 13A | 5D | 46 |
| Octal | 372 | 155 | 330 | 0 | 70 | 16 | 2 | 472 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11011000 | 0 | 111000 | 1110 | 10 | 100111010 | 1011101 | 1000110 |
Color Harmonies of #FA6DD8
Complementary color
Monochromatic Colors of #FA6DD8
Black with #FA6DD8
Text Example
Text Example
White with #FA6DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DD8; }
p { color: rgb(250,109,216); }
H1.HeaderClassName
{
color: #FA6DD8;
}
.AnyTagClassName
{
color: #FA6DD8;
}
</style>
background-color css
<style>
a { background-color: #FA6DD8; }
a { background-color: rgb(250,109,216); }
div.DivClassName
{
background-color: #FA6DD8;
}
.BgClassName
{
background-color: #FA6DD8;
}
</style>
border-color css
<style>
span { border-color: #FA6DD8; }
span { border-color: rgb(250,109,216); }
td.TdClassName
{
border-color: #FA6DD8;
}
.TagClassName
{
border-color: #FA6DD8;
}
</style>