Shades of Neon Pink #F451C5
Tints of Neon Pink #F451C5
RGB
CMYK
RGB Variations
Color information
#F451C5 (or 0xF451C5) is known color: Neon Pink. HEX triplet: F4, 51 and C5. RGB value is (244,81,197). Sum of RGB (Red+Green+Blue) = 244+81+197=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F451C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F451C5 is #0BAE3A. Grayscale: #8E8E8E. Windows color (decimal): -765499 or 12931572. OLE color: 12931572.
HSL color Cylindrical-coordinate representation of color #F451C5: hue angle of 317.3º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F451C5 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 197 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.04 |
| HSL | 317.3º | 0.88% | 0.64% | - |
| HSV(B) | 317.3º | 0.67% | 0.96% | - |
| XYZ | 50.33 | 29.15 | 55.8 | - |
| YUV | 142.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 197 | 0 | 0.67 | 0.19 | 0.04 | 317.3 | 0.88 | 0.64 |
| Hex | F4 | 51 | C5 | 0 | 43 | 13 | 4 | 13D | 58 | 40 |
| Octal | 364 | 121 | 305 | 0 | 103 | 23 | 4 | 475 | 130 | 100 |
| Binary | 11110100 | 1010001 | 11000101 | 0 | 1000011 | 10011 | 100 | 100111101 | 1011000 | 1000000 |
Color Harmonies of #F451C5
Complementary color
Monochromatic Colors of #F451C5
Black with #F451C5
Text Example
Text Example
White with #F451C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F451C5; }
p { color: rgb(244,81,197); }
H1.HeaderClassName
{
color: #F451C5;
}
.AnyTagClassName
{
color: #F451C5;
}
</style>
background-color css
<style>
a { background-color: #F451C5; }
a { background-color: rgb(244,81,197); }
div.DivClassName
{
background-color: #F451C5;
}
.BgClassName
{
background-color: #F451C5;
}
</style>
border-color css
<style>
span { border-color: #F451C5; }
span { border-color: rgb(244,81,197); }
td.TdClassName
{
border-color: #F451C5;
}
.TagClassName
{
border-color: #F451C5;
}
</style>