Shades of Neon Pink #F151C1
Tints of Neon Pink #F151C1
RGB
CMYK
RGB Variations
Color information
#F151C1 (or 0xF151C1) is known color: Neon Pink. HEX triplet: F1, 51 and C1. RGB value is (241,81,193). Sum of RGB (Red+Green+Blue) = 241+81+193=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F151C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F151C1 is #0EAE3E. Grayscale: #8D8D8D. Windows color (decimal): -962111 or 12669425. OLE color: 12669425.
HSL color Cylindrical-coordinate representation of color #F151C1: hue angle of 318º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F151C1 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 193 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.05 |
| HSL | 318º | 0.85% | 0.63% | - |
| HSV(B) | 318º | 0.66% | 0.95% | - |
| XYZ | 48.84 | 28.44 | 53.37 | - |
| YUV | 141.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 193 | 0 | 0.66 | 0.20 | 0.05 | 318 | 0.85 | 0.63 |
| Hex | F1 | 51 | C1 | 0 | 42 | 14 | 5 | 13E | 55 | 3F |
| Octal | 361 | 121 | 301 | 0 | 102 | 24 | 5 | 476 | 125 | 77 |
| Binary | 11110001 | 1010001 | 11000001 | 0 | 1000010 | 10100 | 101 | 100111110 | 1010101 | 111111 |
Color Harmonies of #F151C1
Complementary color
Monochromatic Colors of #F151C1
Black with #F151C1
Text Example
Text Example
White with #F151C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151C1; }
p { color: rgb(241,81,193); }
H1.HeaderClassName
{
color: #F151C1;
}
.AnyTagClassName
{
color: #F151C1;
}
</style>
background-color css
<style>
a { background-color: #F151C1; }
a { background-color: rgb(241,81,193); }
div.DivClassName
{
background-color: #F151C1;
}
.BgClassName
{
background-color: #F151C1;
}
</style>
border-color css
<style>
span { border-color: #F151C1; }
span { border-color: rgb(241,81,193); }
td.TdClassName
{
border-color: #F151C1;
}
.TagClassName
{
border-color: #F151C1;
}
</style>