Shades of Neon Pink #F55BCD
Tints of Neon Pink #F55BCD
RGB
CMYK
RGB Variations
Color information
#F55BCD (or 0xF55BCD) is known color: Neon Pink. HEX triplet: F5, 5B and CD. RGB value is (245,91,205). Sum of RGB (Red+Green+Blue) = 245+91+205=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 91 (35.94% from 255 or 16.82% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BCD is #0AA432. Grayscale: #959595. Windows color (decimal): -697395 or 13458421. OLE color: 13458421.
HSL color Cylindrical-coordinate representation of color #F55BCD: hue angle of 315.58º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55BCD is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 205 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.04 |
| HSL | 315.58º | 0.89% | 0.66% | - |
| HSV(B) | 315.58º | 0.63% | 0.96% | - |
| XYZ | 52.42 | 31.3 | 61.04 | - |
| YUV | 150.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 205 | 0 | 0.63 | 0.16 | 0.04 | 315.58 | 0.89 | 0.66 |
| Hex | F5 | 5B | CD | 0 | 3F | 10 | 4 | 13C | 59 | 42 |
| Octal | 365 | 133 | 315 | 0 | 77 | 20 | 4 | 474 | 131 | 102 |
| Binary | 11110101 | 1011011 | 11001101 | 0 | 111111 | 10000 | 100 | 100111100 | 1011001 | 1000010 |
Color Harmonies of #F55BCD
Complementary color
Monochromatic Colors of #F55BCD
Black with #F55BCD
Text Example
Text Example
White with #F55BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BCD; }
p { color: rgb(245,91,205); }
H1.HeaderClassName
{
color: #F55BCD;
}
.AnyTagClassName
{
color: #F55BCD;
}
</style>
background-color css
<style>
a { background-color: #F55BCD; }
a { background-color: rgb(245,91,205); }
div.DivClassName
{
background-color: #F55BCD;
}
.BgClassName
{
background-color: #F55BCD;
}
</style>
border-color css
<style>
span { border-color: #F55BCD; }
span { border-color: rgb(245,91,205); }
td.TdClassName
{
border-color: #F55BCD;
}
.TagClassName
{
border-color: #F55BCD;
}
</style>