Shades of Neon Pink #F451C1
Tints of Neon Pink #F451C1
RGB
CMYK
RGB Variations
Color information
#F451C1 (or 0xF451C1) is known color: Neon Pink. HEX triplet: F4, 51 and C1. RGB value is (244,81,193). Sum of RGB (Red+Green+Blue) = 244+81+193=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F451C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F451C1 is #0BAE3E. Grayscale: #8E8E8E. Windows color (decimal): -765503 or 12669428. OLE color: 12669428.
HSL color Cylindrical-coordinate representation of color #F451C1: hue angle of 318.77º 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 #F451C1 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 193 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.04 |
| HSL | 318.77º | 0.88% | 0.64% | - |
| HSV(B) | 318.77º | 0.67% | 0.96% | - |
| XYZ | 49.88 | 28.97 | 53.41 | - |
| YUV | 142.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 193 | 0 | 0.67 | 0.21 | 0.04 | 318.77 | 0.88 | 0.64 |
| Hex | F4 | 51 | C1 | 0 | 43 | 15 | 4 | 13F | 58 | 40 |
| Octal | 364 | 121 | 301 | 0 | 103 | 25 | 4 | 477 | 130 | 100 |
| Binary | 11110100 | 1010001 | 11000001 | 0 | 1000011 | 10101 | 100 | 100111111 | 1011000 | 1000000 |
Color Harmonies of #F451C1
Complementary color
Monochromatic Colors of #F451C1
Black with #F451C1
Text Example
Text Example
White with #F451C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F451C1; }
p { color: rgb(244,81,193); }
H1.HeaderClassName
{
color: #F451C1;
}
.AnyTagClassName
{
color: #F451C1;
}
</style>
background-color css
<style>
a { background-color: #F451C1; }
a { background-color: rgb(244,81,193); }
div.DivClassName
{
background-color: #F451C1;
}
.BgClassName
{
background-color: #F451C1;
}
</style>
border-color css
<style>
span { border-color: #F451C1; }
span { border-color: rgb(244,81,193); }
td.TdClassName
{
border-color: #F451C1;
}
.TagClassName
{
border-color: #F451C1;
}
</style>