Shades of Neon Pink #FA5ECF
Tints of Neon Pink #FA5ECF
RGB
CMYK
RGB Variations
Color information
#FA5ECF (or 0xFA5ECF) is known color: Neon Pink. HEX triplet: FA, 5E and CF. RGB value is (250,94,207). Sum of RGB (Red+Green+Blue) = 250+94+207=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ECF is #05A130. Grayscale: #999999. Windows color (decimal): -368945 or 13590266. OLE color: 13590266.
HSL color Cylindrical-coordinate representation of color #FA5ECF: hue angle of 316.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5ECF is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 207 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.02 |
| HSL | 316.54º | 0.94% | 0.67% | - |
| HSV(B) | 316.54º | 0.62% | 0.98% | - |
| XYZ | 54.69 | 32.83 | 62.49 | - |
| YUV | 153.53 | 158.18 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 207 | 0 | 0.62 | 0.17 | 0.02 | 316.54 | 0.94 | 0.67 |
| Hex | FA | 5E | CF | 0 | 3E | 11 | 2 | 13D | 5E | 43 |
| Octal | 372 | 136 | 317 | 0 | 76 | 21 | 2 | 475 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11001111 | 0 | 111110 | 10001 | 10 | 100111101 | 1011110 | 1000011 |
Color Harmonies of #FA5ECF
Complementary color
Monochromatic Colors of #FA5ECF
Black with #FA5ECF
Text Example
Text Example
White with #FA5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5ECF; }
p { color: rgb(250,94,207); }
H1.HeaderClassName
{
color: #FA5ECF;
}
.AnyTagClassName
{
color: #FA5ECF;
}
</style>
background-color css
<style>
a { background-color: #FA5ECF; }
a { background-color: rgb(250,94,207); }
div.DivClassName
{
background-color: #FA5ECF;
}
.BgClassName
{
background-color: #FA5ECF;
}
</style>
border-color css
<style>
span { border-color: #FA5ECF; }
span { border-color: rgb(250,94,207); }
td.TdClassName
{
border-color: #FA5ECF;
}
.TagClassName
{
border-color: #FA5ECF;
}
</style>