Shades of Neon Pink #F55EC3
Tints of Neon Pink #F55EC3
RGB
CMYK
RGB Variations
Color information
#F55EC3 (or 0xF55EC3) is known color: Neon Pink. HEX triplet: F5, 5E and C3. RGB value is (245,94,195). Sum of RGB (Red+Green+Blue) = 245+94+195=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55EC3 is #0AA13C. Grayscale: #969696. Windows color (decimal): -696637 or 12803829. OLE color: 12803829.
HSL color Cylindrical-coordinate representation of color #F55EC3: hue angle of 319.87º 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 #F55EC3 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 195 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.04 |
| HSL | 319.87º | 0.88% | 0.66% | - |
| HSV(B) | 319.87º | 0.62% | 0.96% | - |
| XYZ | 51.51 | 31.36 | 54.97 | - |
| YUV | 150.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 195 | 0 | 0.62 | 0.20 | 0.04 | 319.87 | 0.88 | 0.66 |
| Hex | F5 | 5E | C3 | 0 | 3E | 14 | 4 | 140 | 58 | 42 |
| Octal | 365 | 136 | 303 | 0 | 76 | 24 | 4 | 500 | 130 | 102 |
| Binary | 11110101 | 1011110 | 11000011 | 0 | 111110 | 10100 | 100 | 101000000 | 1011000 | 1000010 |
Color Harmonies of #F55EC3
Complementary color
Monochromatic Colors of #F55EC3
Black with #F55EC3
Text Example
Text Example
White with #F55EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55EC3; }
p { color: rgb(245,94,195); }
H1.HeaderClassName
{
color: #F55EC3;
}
.AnyTagClassName
{
color: #F55EC3;
}
</style>
background-color css
<style>
a { background-color: #F55EC3; }
a { background-color: rgb(245,94,195); }
div.DivClassName
{
background-color: #F55EC3;
}
.BgClassName
{
background-color: #F55EC3;
}
</style>
border-color css
<style>
span { border-color: #F55EC3; }
span { border-color: rgb(245,94,195); }
td.TdClassName
{
border-color: #F55EC3;
}
.TagClassName
{
border-color: #F55EC3;
}
</style>