Shades of Neon Pink #F154C1
Tints of Neon Pink #F154C1
RGB
CMYK
RGB Variations
Color information
#F154C1 (or 0xF154C1) is known color: Neon Pink. HEX triplet: F1, 54 and C1. RGB value is (241,84,193). Sum of RGB (Red+Green+Blue) = 241+84+193=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F154C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154C1 is #0EAB3E. Grayscale: #8F8F8F. Windows color (decimal): -961343 or 12670193. OLE color: 12670193.
HSL color Cylindrical-coordinate representation of color #F154C1: hue angle of 318.34º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F154C1 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 193 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.05 |
| HSL | 318.34º | 0.85% | 0.64% | - |
| HSV(B) | 318.34º | 0.65% | 0.95% | - |
| XYZ | 49.07 | 28.89 | 53.44 | - |
| YUV | 143.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 193 | 0 | 0.65 | 0.20 | 0.05 | 318.34 | 0.85 | 0.64 |
| Hex | F1 | 54 | C1 | 0 | 41 | 14 | 5 | 13E | 55 | 40 |
| Octal | 361 | 124 | 301 | 0 | 101 | 24 | 5 | 476 | 125 | 100 |
| Binary | 11110001 | 1010100 | 11000001 | 0 | 1000001 | 10100 | 101 | 100111110 | 1010101 | 1000000 |
Color Harmonies of #F154C1
Complementary color
Monochromatic Colors of #F154C1
Black with #F154C1
Text Example
Text Example
White with #F154C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154C1; }
p { color: rgb(241,84,193); }
H1.HeaderClassName
{
color: #F154C1;
}
.AnyTagClassName
{
color: #F154C1;
}
</style>
background-color css
<style>
a { background-color: #F154C1; }
a { background-color: rgb(241,84,193); }
div.DivClassName
{
background-color: #F154C1;
}
.BgClassName
{
background-color: #F154C1;
}
</style>
border-color css
<style>
span { border-color: #F154C1; }
span { border-color: rgb(241,84,193); }
td.TdClassName
{
border-color: #F154C1;
}
.TagClassName
{
border-color: #F154C1;
}
</style>