Shades of Neon Pink #F45CCC
Tints of Neon Pink #F45CCC
RGB
CMYK
RGB Variations
Color information
#F45CCC (or 0xF45CCC) is known color: Neon Pink. HEX triplet: F4, 5C and CC. RGB value is (244,92,204). Sum of RGB (Red+Green+Blue) = 244+92+204=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45CCC is #0BA333. Grayscale: #959595. Windows color (decimal): -762676 or 13393140. OLE color: 13393140.
HSL color Cylindrical-coordinate representation of color #F45CCC: hue angle of 315.79º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45CCC is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 204 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.04 |
| HSL | 315.79º | 0.87% | 0.66% | - |
| HSV(B) | 315.79º | 0.62% | 0.96% | - |
| XYZ | 52.03 | 31.25 | 60.42 | - |
| YUV | 150.22 | 158.36 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 204 | 0 | 0.62 | 0.16 | 0.04 | 315.79 | 0.87 | 0.66 |
| Hex | F4 | 5C | CC | 0 | 3E | 10 | 4 | 13C | 57 | 42 |
| Octal | 364 | 134 | 314 | 0 | 76 | 20 | 4 | 474 | 127 | 102 |
| Binary | 11110100 | 1011100 | 11001100 | 0 | 111110 | 10000 | 100 | 100111100 | 1010111 | 1000010 |
Color Harmonies of #F45CCC
Complementary color
Monochromatic Colors of #F45CCC
Black with #F45CCC
Text Example
Text Example
White with #F45CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CCC; }
p { color: rgb(244,92,204); }
H1.HeaderClassName
{
color: #F45CCC;
}
.AnyTagClassName
{
color: #F45CCC;
}
</style>
background-color css
<style>
a { background-color: #F45CCC; }
a { background-color: rgb(244,92,204); }
div.DivClassName
{
background-color: #F45CCC;
}
.BgClassName
{
background-color: #F45CCC;
}
</style>
border-color css
<style>
span { border-color: #F45CCC; }
span { border-color: rgb(244,92,204); }
td.TdClassName
{
border-color: #F45CCC;
}
.TagClassName
{
border-color: #F45CCC;
}
</style>