Shades of Neon Pink #F45FCC
Tints of Neon Pink #F45FCC
RGB
CMYK
RGB Variations
Color information
#F45FCC (or 0xF45FCC) is known color: Neon Pink. HEX triplet: F4, 5F and CC. RGB value is (244,95,204). Sum of RGB (Red+Green+Blue) = 244+95+204=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F45FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45FCC is #0BA033. Grayscale: #979797. Windows color (decimal): -761908 or 13393908. OLE color: 13393908.
HSL color Cylindrical-coordinate representation of color #F45FCC: hue angle of 316.11º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45FCC is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 204 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.04 |
| HSL | 316.11º | 0.87% | 0.66% | - |
| HSV(B) | 316.11º | 0.61% | 0.96% | - |
| XYZ | 52.3 | 31.78 | 60.5 | - |
| YUV | 151.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 204 | 0 | 0.61 | 0.16 | 0.04 | 316.11 | 0.87 | 0.66 |
| Hex | F4 | 5F | CC | 0 | 3D | 10 | 4 | 13C | 57 | 42 |
| Octal | 364 | 137 | 314 | 0 | 75 | 20 | 4 | 474 | 127 | 102 |
| Binary | 11110100 | 1011111 | 11001100 | 0 | 111101 | 10000 | 100 | 100111100 | 1010111 | 1000010 |
Color Harmonies of #F45FCC
Complementary color
Monochromatic Colors of #F45FCC
Black with #F45FCC
Text Example
Text Example
White with #F45FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45FCC; }
p { color: rgb(244,95,204); }
H1.HeaderClassName
{
color: #F45FCC;
}
.AnyTagClassName
{
color: #F45FCC;
}
</style>
background-color css
<style>
a { background-color: #F45FCC; }
a { background-color: rgb(244,95,204); }
div.DivClassName
{
background-color: #F45FCC;
}
.BgClassName
{
background-color: #F45FCC;
}
</style>
border-color css
<style>
span { border-color: #F45FCC; }
span { border-color: rgb(244,95,204); }
td.TdClassName
{
border-color: #F45FCC;
}
.TagClassName
{
border-color: #F45FCC;
}
</style>