Shades of Neon Pink #F45ACC
Tints of Neon Pink #F45ACC
RGB
CMYK
RGB Variations
Color information
#F45ACC (or 0xF45ACC) is known color: Neon Pink. HEX triplet: F4, 5A and CC. RGB value is (244,90,204). Sum of RGB (Red+Green+Blue) = 244+90+204=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F45ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45ACC is #0BA533. Grayscale: #949494. Windows color (decimal): -763188 or 13392628. OLE color: 13392628.
HSL color Cylindrical-coordinate representation of color #F45ACC: hue angle of 315.58º 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 #F45ACC is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 204 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.04 |
| HSL | 315.58º | 0.88% | 0.65% | - |
| HSV(B) | 315.58º | 0.63% | 0.96% | - |
| XYZ | 51.86 | 30.91 | 60.36 | - |
| YUV | 149.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 204 | 0 | 0.63 | 0.16 | 0.04 | 315.58 | 0.88 | 0.65 |
| Hex | F4 | 5A | CC | 0 | 3F | 10 | 4 | 13C | 58 | 41 |
| Octal | 364 | 132 | 314 | 0 | 77 | 20 | 4 | 474 | 130 | 101 |
| Binary | 11110100 | 1011010 | 11001100 | 0 | 111111 | 10000 | 100 | 100111100 | 1011000 | 1000001 |
Color Harmonies of #F45ACC
Complementary color
Monochromatic Colors of #F45ACC
Black with #F45ACC
Text Example
Text Example
White with #F45ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45ACC; }
p { color: rgb(244,90,204); }
H1.HeaderClassName
{
color: #F45ACC;
}
.AnyTagClassName
{
color: #F45ACC;
}
</style>
background-color css
<style>
a { background-color: #F45ACC; }
a { background-color: rgb(244,90,204); }
div.DivClassName
{
background-color: #F45ACC;
}
.BgClassName
{
background-color: #F45ACC;
}
</style>
border-color css
<style>
span { border-color: #F45ACC; }
span { border-color: rgb(244,90,204); }
td.TdClassName
{
border-color: #F45ACC;
}
.TagClassName
{
border-color: #F45ACC;
}
</style>