Shades of Neon Pink #F55ED0
Tints of Neon Pink #F55ED0
RGB
CMYK
RGB Variations
Color information
#F55ED0 (or 0xF55ED0) is known color: Neon Pink. HEX triplet: F5, 5E and D0. RGB value is (245,94,208). Sum of RGB (Red+Green+Blue) = 245+94+208=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ED0 is #0AA12F. Grayscale: #979797. Windows color (decimal): -696624 or 13655797. OLE color: 13655797.
HSL color Cylindrical-coordinate representation of color #F55ED0: hue angle of 314.7º 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 #F55ED0 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 208 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.04 |
| HSL | 314.7º | 0.88% | 0.66% | - |
| HSV(B) | 314.7º | 0.62% | 0.96% | - |
| XYZ | 53.04 | 31.97 | 63.05 | - |
| YUV | 152.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 208 | 0 | 0.62 | 0.15 | 0.04 | 314.7 | 0.88 | 0.66 |
| Hex | F5 | 5E | D0 | 0 | 3E | F | 4 | 13B | 58 | 42 |
| Octal | 365 | 136 | 320 | 0 | 76 | 17 | 4 | 473 | 130 | 102 |
| Binary | 11110101 | 1011110 | 11010000 | 0 | 111110 | 1111 | 100 | 100111011 | 1011000 | 1000010 |
Color Harmonies of #F55ED0
Complementary color
Monochromatic Colors of #F55ED0
Black with #F55ED0
Text Example
Text Example
White with #F55ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ED0; }
p { color: rgb(245,94,208); }
H1.HeaderClassName
{
color: #F55ED0;
}
.AnyTagClassName
{
color: #F55ED0;
}
</style>
background-color css
<style>
a { background-color: #F55ED0; }
a { background-color: rgb(245,94,208); }
div.DivClassName
{
background-color: #F55ED0;
}
.BgClassName
{
background-color: #F55ED0;
}
</style>
border-color css
<style>
span { border-color: #F55ED0; }
span { border-color: rgb(245,94,208); }
td.TdClassName
{
border-color: #F55ED0;
}
.TagClassName
{
border-color: #F55ED0;
}
</style>