Shades of Neon Pink #F451C2
Tints of Neon Pink #F451C2
RGB
CMYK
RGB Variations
Color information
#F451C2 (or 0xF451C2) is known color: Neon Pink. HEX triplet: F4, 51 and C2. RGB value is (244,81,194). Sum of RGB (Red+Green+Blue) = 244+81+194=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 81 (32.03% from 255 or 15.61% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F451C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F451C2 is #0BAE3D. Grayscale: #8E8E8E. Windows color (decimal): -765502 or 12734964. OLE color: 12734964.
HSL color Cylindrical-coordinate representation of color #F451C2: hue angle of 318.4º 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 #F451C2 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 194 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.04 |
| HSL | 318.4º | 0.88% | 0.64% | - |
| HSV(B) | 318.4º | 0.67% | 0.96% | - |
| XYZ | 49.99 | 29.01 | 54 | - |
| YUV | 142.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 194 | 0 | 0.67 | 0.20 | 0.04 | 318.4 | 0.88 | 0.64 |
| Hex | F4 | 51 | C2 | 0 | 43 | 14 | 4 | 13E | 58 | 40 |
| Octal | 364 | 121 | 302 | 0 | 103 | 24 | 4 | 476 | 130 | 100 |
| Binary | 11110100 | 1010001 | 11000010 | 0 | 1000011 | 10100 | 100 | 100111110 | 1011000 | 1000000 |
Color Harmonies of #F451C2
Complementary color
Monochromatic Colors of #F451C2
Black with #F451C2
Text Example
Text Example
White with #F451C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F451C2; }
p { color: rgb(244,81,194); }
H1.HeaderClassName
{
color: #F451C2;
}
.AnyTagClassName
{
color: #F451C2;
}
</style>
background-color css
<style>
a { background-color: #F451C2; }
a { background-color: rgb(244,81,194); }
div.DivClassName
{
background-color: #F451C2;
}
.BgClassName
{
background-color: #F451C2;
}
</style>
border-color css
<style>
span { border-color: #F451C2; }
span { border-color: rgb(244,81,194); }
td.TdClassName
{
border-color: #F451C2;
}
.TagClassName
{
border-color: #F451C2;
}
</style>