Shades of Neon Pink #F45BCB
Tints of Neon Pink #F45BCB
RGB
CMYK
RGB Variations
Color information
#F45BCB (or 0xF45BCB) is known color: Neon Pink. HEX triplet: F4, 5B and CB. RGB value is (244,91,203). Sum of RGB (Red+Green+Blue) = 244+91+203=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F45BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45BCB is #0BA434. Grayscale: #959595. Windows color (decimal): -762933 or 13327348. OLE color: 13327348.
HSL color Cylindrical-coordinate representation of color #F45BCB: hue angle of 316.08º degrees, saturation: 0.87, 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 #F45BCB is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 203 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 316.08º | 0.87% | 0.66% | - |
| HSV(B) | 316.08º | 0.63% | 0.96% | - |
| XYZ | 51.83 | 31.03 | 59.76 | - |
| YUV | 149.52 | 158.19 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 203 | 0 | 0.63 | 0.17 | 0.04 | 316.08 | 0.87 | 0.66 |
| Hex | F4 | 5B | CB | 0 | 3F | 11 | 4 | 13C | 57 | 42 |
| Octal | 364 | 133 | 313 | 0 | 77 | 21 | 4 | 474 | 127 | 102 |
| Binary | 11110100 | 1011011 | 11001011 | 0 | 111111 | 10001 | 100 | 100111100 | 1010111 | 1000010 |
Color Harmonies of #F45BCB
Complementary color
Monochromatic Colors of #F45BCB
Black with #F45BCB
Text Example
Text Example
White with #F45BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45BCB; }
p { color: rgb(244,91,203); }
H1.HeaderClassName
{
color: #F45BCB;
}
.AnyTagClassName
{
color: #F45BCB;
}
</style>
background-color css
<style>
a { background-color: #F45BCB; }
a { background-color: rgb(244,91,203); }
div.DivClassName
{
background-color: #F45BCB;
}
.BgClassName
{
background-color: #F45BCB;
}
</style>
border-color css
<style>
span { border-color: #F45BCB; }
span { border-color: rgb(244,91,203); }
td.TdClassName
{
border-color: #F45BCB;
}
.TagClassName
{
border-color: #F45BCB;
}
</style>