Shades of Neon Pink #F55ECF
Tints of Neon Pink #F55ECF
RGB
CMYK
RGB Variations
Color information
#F55ECF (or 0xF55ECF) is known color: Neon Pink. HEX triplet: F5, 5E and CF. RGB value is (245,94,207). Sum of RGB (Red+Green+Blue) = 245+94+207=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ECF is #0AA130. Grayscale: #979797. Windows color (decimal): -696625 or 13590261. OLE color: 13590261.
HSL color Cylindrical-coordinate representation of color #F55ECF: hue angle of 315.1º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55ECF is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 207 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.04 |
| HSL | 315.1º | 0.88% | 0.66% | - |
| HSV(B) | 315.1º | 0.62% | 0.96% | - |
| XYZ | 52.92 | 31.92 | 62.4 | - |
| YUV | 152.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 207 | 0 | 0.62 | 0.16 | 0.04 | 315.1 | 0.88 | 0.66 |
| Hex | F5 | 5E | CF | 0 | 3E | 10 | 4 | 13B | 58 | 42 |
| Octal | 365 | 136 | 317 | 0 | 76 | 20 | 4 | 473 | 130 | 102 |
| Binary | 11110101 | 1011110 | 11001111 | 0 | 111110 | 10000 | 100 | 100111011 | 1011000 | 1000010 |
Color Harmonies of #F55ECF
Complementary color
Monochromatic Colors of #F55ECF
Black with #F55ECF
Text Example
Text Example
White with #F55ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ECF; }
p { color: rgb(245,94,207); }
H1.HeaderClassName
{
color: #F55ECF;
}
.AnyTagClassName
{
color: #F55ECF;
}
</style>
background-color css
<style>
a { background-color: #F55ECF; }
a { background-color: rgb(245,94,207); }
div.DivClassName
{
background-color: #F55ECF;
}
.BgClassName
{
background-color: #F55ECF;
}
</style>
border-color css
<style>
span { border-color: #F55ECF; }
span { border-color: rgb(245,94,207); }
td.TdClassName
{
border-color: #F55ECF;
}
.TagClassName
{
border-color: #F55ECF;
}
</style>