Shades of Neon Pink #F55BCB
Tints of Neon Pink #F55BCB
RGB
CMYK
RGB Variations
Color information
#F55BCB (or 0xF55BCB) is known color: Neon Pink. HEX triplet: F5, 5B and CB. RGB value is (245,91,203). Sum of RGB (Red+Green+Blue) = 245+91+203=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F55BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55BCB is #0AA434. Grayscale: #959595. Windows color (decimal): -697397 or 13327349. OLE color: 13327349.
HSL color Cylindrical-coordinate representation of color #F55BCB: hue angle of 316.36º 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 #F55BCB is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 203 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 316.36º | 0.89% | 0.66% | - |
| HSV(B) | 316.36º | 0.63% | 0.96% | - |
| XYZ | 52.18 | 31.21 | 59.77 | - |
| YUV | 149.81 | 158.02 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 203 | 0 | 0.63 | 0.17 | 0.04 | 316.36 | 0.89 | 0.66 |
| Hex | F5 | 5B | CB | 0 | 3F | 11 | 4 | 13C | 59 | 42 |
| Octal | 365 | 133 | 313 | 0 | 77 | 21 | 4 | 474 | 131 | 102 |
| Binary | 11110101 | 1011011 | 11001011 | 0 | 111111 | 10001 | 100 | 100111100 | 1011001 | 1000010 |
Color Harmonies of #F55BCB
Complementary color
Monochromatic Colors of #F55BCB
Black with #F55BCB
Text Example
Text Example
White with #F55BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55BCB; }
p { color: rgb(245,91,203); }
H1.HeaderClassName
{
color: #F55BCB;
}
.AnyTagClassName
{
color: #F55BCB;
}
</style>
background-color css
<style>
a { background-color: #F55BCB; }
a { background-color: rgb(245,91,203); }
div.DivClassName
{
background-color: #F55BCB;
}
.BgClassName
{
background-color: #F55BCB;
}
</style>
border-color css
<style>
span { border-color: #F55BCB; }
span { border-color: rgb(245,91,203); }
td.TdClassName
{
border-color: #F55BCB;
}
.TagClassName
{
border-color: #F55BCB;
}
</style>