Shades of Neon Pink #FA7ED3
Tints of Neon Pink #FA7ED3
RGB
CMYK
RGB Variations
Color information
#FA7ED3 (or 0xFA7ED3) is known color: Neon Pink. HEX triplet: FA, 7E and D3. RGB value is (250,126,211). Sum of RGB (Red+Green+Blue) = 250+126+211=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ED3 is #05812C. Grayscale: #ACACAC. Windows color (decimal): -360749 or 13860602. OLE color: 13860602.
HSL color Cylindrical-coordinate representation of color #FA7ED3: hue angle of 318.87º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7ED3 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 211 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.02 |
| HSL | 318.87º | 0.93% | 0.74% | - |
| HSV(B) | 318.87º | 0.5% | 0.98% | - |
| XYZ | 58.64 | 39.95 | 66.25 | - |
| YUV | 172.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 211 | 0 | 0.50 | 0.16 | 0.02 | 318.87 | 0.93 | 0.74 |
| Hex | FA | 7E | D3 | 0 | 32 | 10 | 2 | 13F | 5D | 4A |
| Octal | 372 | 176 | 323 | 0 | 62 | 20 | 2 | 477 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11010011 | 0 | 110010 | 10000 | 10 | 100111111 | 1011101 | 1001010 |
Color Harmonies of #FA7ED3
Complementary color
Monochromatic Colors of #FA7ED3
Black with #FA7ED3
Text Example
Text Example
White with #FA7ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7ED3; }
p { color: rgb(250,126,211); }
H1.HeaderClassName
{
color: #FA7ED3;
}
.AnyTagClassName
{
color: #FA7ED3;
}
</style>
background-color css
<style>
a { background-color: #FA7ED3; }
a { background-color: rgb(250,126,211); }
div.DivClassName
{
background-color: #FA7ED3;
}
.BgClassName
{
background-color: #FA7ED3;
}
</style>
border-color css
<style>
span { border-color: #FA7ED3; }
span { border-color: rgb(250,126,211); }
td.TdClassName
{
border-color: #FA7ED3;
}
.TagClassName
{
border-color: #FA7ED3;
}
</style>