Shades of Neon Pink #F555C8
Tints of Neon Pink #F555C8
RGB
CMYK
RGB Variations
Color information
#F555C8 (or 0xF555C8) is known color: Neon Pink. HEX triplet: F5, 55 and C8. RGB value is (245,85,200). Sum of RGB (Red+Green+Blue) = 245+85+200=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F555C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F555C8 is #0AAA37. Grayscale: #919191. Windows color (decimal): -698936 or 13129205. OLE color: 13129205.
HSL color Cylindrical-coordinate representation of color #F555C8: hue angle of 316.88º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555C8 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 200 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.04 |
| HSL | 316.88º | 0.89% | 0.65% | - |
| HSV(B) | 316.88º | 0.65% | 0.96% | - |
| XYZ | 51.33 | 30.08 | 57.74 | - |
| YUV | 145.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 200 | 0 | 0.65 | 0.18 | 0.04 | 316.88 | 0.89 | 0.65 |
| Hex | F5 | 55 | C8 | 0 | 41 | 12 | 4 | 13D | 59 | 41 |
| Octal | 365 | 125 | 310 | 0 | 101 | 22 | 4 | 475 | 131 | 101 |
| Binary | 11110101 | 1010101 | 11001000 | 0 | 1000001 | 10010 | 100 | 100111101 | 1011001 | 1000001 |
Color Harmonies of #F555C8
Complementary color
Monochromatic Colors of #F555C8
Black with #F555C8
Text Example
Text Example
White with #F555C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555C8; }
p { color: rgb(245,85,200); }
H1.HeaderClassName
{
color: #F555C8;
}
.AnyTagClassName
{
color: #F555C8;
}
</style>
background-color css
<style>
a { background-color: #F555C8; }
a { background-color: rgb(245,85,200); }
div.DivClassName
{
background-color: #F555C8;
}
.BgClassName
{
background-color: #F555C8;
}
</style>
border-color css
<style>
span { border-color: #F555C8; }
span { border-color: rgb(245,85,200); }
td.TdClassName
{
border-color: #F555C8;
}
.TagClassName
{
border-color: #F555C8;
}
</style>