Shades of Neon Pink #F45DC5
Tints of Neon Pink #F45DC5
RGB
CMYK
RGB Variations
Color information
#F45DC5 (or 0xF45DC5) is known color: Neon Pink. HEX triplet: F4, 5D and C5. RGB value is (244,93,197). Sum of RGB (Red+Green+Blue) = 244+93+197=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F45DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45DC5 is #0BA23A. Grayscale: #959595. Windows color (decimal): -762427 or 12934644. OLE color: 12934644.
HSL color Cylindrical-coordinate representation of color #F45DC5: hue angle of 318.68º 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 #F45DC5 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 197 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.04 |
| HSL | 318.68º | 0.87% | 0.66% | - |
| HSV(B) | 318.68º | 0.62% | 0.96% | - |
| XYZ | 51.3 | 31.09 | 56.12 | - |
| YUV | 150.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 197 | 0 | 0.62 | 0.19 | 0.04 | 318.68 | 0.87 | 0.66 |
| Hex | F4 | 5D | C5 | 0 | 3E | 13 | 4 | 13F | 57 | 42 |
| Octal | 364 | 135 | 305 | 0 | 76 | 23 | 4 | 477 | 127 | 102 |
| Binary | 11110100 | 1011101 | 11000101 | 0 | 111110 | 10011 | 100 | 100111111 | 1010111 | 1000010 |
Color Harmonies of #F45DC5
Complementary color
Monochromatic Colors of #F45DC5
Black with #F45DC5
Text Example
Text Example
White with #F45DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45DC5; }
p { color: rgb(244,93,197); }
H1.HeaderClassName
{
color: #F45DC5;
}
.AnyTagClassName
{
color: #F45DC5;
}
</style>
background-color css
<style>
a { background-color: #F45DC5; }
a { background-color: rgb(244,93,197); }
div.DivClassName
{
background-color: #F45DC5;
}
.BgClassName
{
background-color: #F45DC5;
}
</style>
border-color css
<style>
span { border-color: #F45DC5; }
span { border-color: rgb(244,93,197); }
td.TdClassName
{
border-color: #F45DC5;
}
.TagClassName
{
border-color: #F45DC5;
}
</style>