Shades of Neon Pink #F45ACB
Tints of Neon Pink #F45ACB
RGB
CMYK
RGB Variations
Color information
#F45ACB (or 0xF45ACB) is known color: Neon Pink. HEX triplet: F4, 5A and CB. RGB value is (244,90,203). Sum of RGB (Red+Green+Blue) = 244+90+203=537 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.44% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ACB is #0BA534. Grayscale: #949494. Windows color (decimal): -763189 or 13327092. OLE color: 13327092.
HSL color Cylindrical-coordinate representation of color #F45ACB: hue angle of 315.97º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45ACB is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 203 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.04 |
| HSL | 315.97º | 0.88% | 0.65% | - |
| HSV(B) | 315.97º | 0.63% | 0.96% | - |
| XYZ | 51.74 | 30.86 | 59.73 | - |
| YUV | 148.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 203 | 0 | 0.63 | 0.17 | 0.04 | 315.97 | 0.88 | 0.65 |
| Hex | F4 | 5A | CB | 0 | 3F | 11 | 4 | 13C | 58 | 41 |
| Octal | 364 | 132 | 313 | 0 | 77 | 21 | 4 | 474 | 130 | 101 |
| Binary | 11110100 | 1011010 | 11001011 | 0 | 111111 | 10001 | 100 | 100111100 | 1011000 | 1000001 |
Color Harmonies of #F45ACB
Complementary color
Monochromatic Colors of #F45ACB
Black with #F45ACB
Text Example
Text Example
White with #F45ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45ACB; }
p { color: rgb(244,90,203); }
H1.HeaderClassName
{
color: #F45ACB;
}
.AnyTagClassName
{
color: #F45ACB;
}
</style>
background-color css
<style>
a { background-color: #F45ACB; }
a { background-color: rgb(244,90,203); }
div.DivClassName
{
background-color: #F45ACB;
}
.BgClassName
{
background-color: #F45ACB;
}
</style>
border-color css
<style>
span { border-color: #F45ACB; }
span { border-color: rgb(244,90,203); }
td.TdClassName
{
border-color: #F45ACB;
}
.TagClassName
{
border-color: #F45ACB;
}
</style>