Shades of Neon Pink #F154C3
Tints of Neon Pink #F154C3
RGB
CMYK
RGB Variations
Color information
#F154C3 (or 0xF154C3) is known color: Neon Pink. HEX triplet: F1, 54 and C3. RGB value is (241,84,195). Sum of RGB (Red+Green+Blue) = 241+84+195=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F154C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154C3 is #0EAB3C. Grayscale: #8F8F8F. Windows color (decimal): -961341 or 12801265. OLE color: 12801265.
HSL color Cylindrical-coordinate representation of color #F154C3: hue angle of 317.58º 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 #F154C3 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 195 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.05 |
| HSL | 317.58º | 0.85% | 0.64% | - |
| HSV(B) | 317.58º | 0.65% | 0.95% | - |
| XYZ | 49.3 | 28.98 | 54.63 | - |
| YUV | 143.6 | 157.01 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 195 | 0 | 0.65 | 0.19 | 0.05 | 317.58 | 0.85 | 0.64 |
| Hex | F1 | 54 | C3 | 0 | 41 | 13 | 5 | 13E | 55 | 40 |
| Octal | 361 | 124 | 303 | 0 | 101 | 23 | 5 | 476 | 125 | 100 |
| Binary | 11110001 | 1010100 | 11000011 | 0 | 1000001 | 10011 | 101 | 100111110 | 1010101 | 1000000 |
Color Harmonies of #F154C3
Complementary color
Monochromatic Colors of #F154C3
Black with #F154C3
Text Example
Text Example
White with #F154C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F154C3; }
p { color: rgb(241,84,195); }
H1.HeaderClassName
{
color: #F154C3;
}
.AnyTagClassName
{
color: #F154C3;
}
</style>
background-color css
<style>
a { background-color: #F154C3; }
a { background-color: rgb(241,84,195); }
div.DivClassName
{
background-color: #F154C3;
}
.BgClassName
{
background-color: #F154C3;
}
</style>
border-color css
<style>
span { border-color: #F154C3; }
span { border-color: rgb(241,84,195); }
td.TdClassName
{
border-color: #F154C3;
}
.TagClassName
{
border-color: #F154C3;
}
</style>