Shades of Neon Pink #F55FC0
Tints of Neon Pink #F55FC0
RGB
CMYK
RGB Variations
Color information
#F55FC0 (or 0xF55FC0) is known color: Neon Pink. HEX triplet: F5, 5F and C0. RGB value is (245,95,192). Sum of RGB (Red+Green+Blue) = 245+95+192=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FC0 is #0AA03F. Grayscale: #969696. Windows color (decimal): -696384 or 12607477. OLE color: 12607477.
HSL color Cylindrical-coordinate representation of color #F55FC0: hue angle of 321.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FC0 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 192 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.04 |
| HSL | 321.2º | 0.88% | 0.67% | - |
| HSV(B) | 321.2º | 0.61% | 0.96% | - |
| XYZ | 51.26 | 31.4 | 53.23 | - |
| YUV | 150.91 | 151.2 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 192 | 0 | 0.61 | 0.22 | 0.04 | 321.2 | 0.88 | 0.67 |
| Hex | F5 | 5F | C0 | 0 | 3D | 16 | 4 | 141 | 58 | 43 |
| Octal | 365 | 137 | 300 | 0 | 75 | 26 | 4 | 501 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11000000 | 0 | 111101 | 10110 | 100 | 101000001 | 1011000 | 1000011 |
Color Harmonies of #F55FC0
Complementary color
Monochromatic Colors of #F55FC0
Black with #F55FC0
Text Example
Text Example
White with #F55FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FC0; }
p { color: rgb(245,95,192); }
H1.HeaderClassName
{
color: #F55FC0;
}
.AnyTagClassName
{
color: #F55FC0;
}
</style>
background-color css
<style>
a { background-color: #F55FC0; }
a { background-color: rgb(245,95,192); }
div.DivClassName
{
background-color: #F55FC0;
}
.BgClassName
{
background-color: #F55FC0;
}
</style>
border-color css
<style>
span { border-color: #F55FC0; }
span { border-color: rgb(245,95,192); }
td.TdClassName
{
border-color: #F55FC0;
}
.TagClassName
{
border-color: #F55FC0;
}
</style>