Shades of Neon Pink #FA75C7
Tints of Neon Pink #FA75C7
RGB
CMYK
RGB Variations
Color information
#FA75C7 (or 0xFA75C7) is known color: Neon Pink. HEX triplet: FA, 75 and C7. RGB value is (250,117,199). Sum of RGB (Red+Green+Blue) = 250+117+199=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA75C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA75C7 is #058A38. Grayscale: #A5A5A5. Windows color (decimal): -363065 or 13071866. OLE color: 13071866.
HSL color Cylindrical-coordinate representation of color #FA75C7: hue angle of 323.01º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA75C7 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 199 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.02 |
| HSL | 323.01º | 0.93% | 0.72% | - |
| HSV(B) | 323.01º | 0.53% | 0.98% | - |
| XYZ | 56.09 | 37.17 | 58.25 | - |
| YUV | 166.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 199 | 0 | 0.53 | 0.20 | 0.02 | 323.01 | 0.93 | 0.72 |
| Hex | FA | 75 | C7 | 0 | 35 | 14 | 2 | 143 | 5D | 48 |
| Octal | 372 | 165 | 307 | 0 | 65 | 24 | 2 | 503 | 135 | 110 |
| Binary | 11111010 | 1110101 | 11000111 | 0 | 110101 | 10100 | 10 | 101000011 | 1011101 | 1001000 |
Color Harmonies of #FA75C7
Complementary color
Monochromatic Colors of #FA75C7
Black with #FA75C7
Text Example
Text Example
White with #FA75C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA75C7; }
p { color: rgb(250,117,199); }
H1.HeaderClassName
{
color: #FA75C7;
}
.AnyTagClassName
{
color: #FA75C7;
}
</style>
background-color css
<style>
a { background-color: #FA75C7; }
a { background-color: rgb(250,117,199); }
div.DivClassName
{
background-color: #FA75C7;
}
.BgClassName
{
background-color: #FA75C7;
}
</style>
border-color css
<style>
span { border-color: #FA75C7; }
span { border-color: rgb(250,117,199); }
td.TdClassName
{
border-color: #FA75C7;
}
.TagClassName
{
border-color: #FA75C7;
}
</style>