Shades of Neon Pink #F55FC1
Tints of Neon Pink #F55FC1
RGB
CMYK
RGB Variations
Color information
#F55FC1 (or 0xF55FC1) is known color: Neon Pink. HEX triplet: F5, 5F and C1. RGB value is (245,95,193). Sum of RGB (Red+Green+Blue) = 245+95+193=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FC1 is #0AA03E. Grayscale: #969696. Windows color (decimal): -696383 or 12673013. OLE color: 12673013.
HSL color Cylindrical-coordinate representation of color #F55FC1: hue angle of 320.8º 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 #F55FC1 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 193 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.04 |
| HSL | 320.8º | 0.88% | 0.67% | - |
| HSV(B) | 320.8º | 0.61% | 0.96% | - |
| XYZ | 51.37 | 31.45 | 53.81 | - |
| YUV | 151.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 193 | 0 | 0.61 | 0.21 | 0.04 | 320.8 | 0.88 | 0.67 |
| Hex | F5 | 5F | C1 | 0 | 3D | 15 | 4 | 141 | 58 | 43 |
| Octal | 365 | 137 | 301 | 0 | 75 | 25 | 4 | 501 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11000001 | 0 | 111101 | 10101 | 100 | 101000001 | 1011000 | 1000011 |
Color Harmonies of #F55FC1
Complementary color
Monochromatic Colors of #F55FC1
Black with #F55FC1
Text Example
Text Example
White with #F55FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FC1; }
p { color: rgb(245,95,193); }
H1.HeaderClassName
{
color: #F55FC1;
}
.AnyTagClassName
{
color: #F55FC1;
}
</style>
background-color css
<style>
a { background-color: #F55FC1; }
a { background-color: rgb(245,95,193); }
div.DivClassName
{
background-color: #F55FC1;
}
.BgClassName
{
background-color: #F55FC1;
}
</style>
border-color css
<style>
span { border-color: #F55FC1; }
span { border-color: rgb(245,95,193); }
td.TdClassName
{
border-color: #F55FC1;
}
.TagClassName
{
border-color: #F55FC1;
}
</style>