Shades of Neon Pink #F15AC2
Tints of Neon Pink #F15AC2
RGB
CMYK
RGB Variations
Color information
#F15AC2 (or 0xF15AC2) is known color: Neon Pink. HEX triplet: F1, 5A and C2. RGB value is (241,90,194). Sum of RGB (Red+Green+Blue) = 241+90+194=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AC2 is #0EA53D. Grayscale: #929292. Windows color (decimal): -959806 or 12737265. OLE color: 12737265.
HSL color Cylindrical-coordinate representation of color #F15AC2: hue angle of 318.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15AC2 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 194 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.05 |
| HSL | 318.68º | 0.84% | 0.65% | - |
| HSV(B) | 318.68º | 0.63% | 0.95% | - |
| XYZ | 49.67 | 29.91 | 54.19 | - |
| YUV | 147.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 194 | 0 | 0.63 | 0.20 | 0.05 | 318.68 | 0.84 | 0.65 |
| Hex | F1 | 5A | C2 | 0 | 3F | 14 | 5 | 13F | 54 | 41 |
| Octal | 361 | 132 | 302 | 0 | 77 | 24 | 5 | 477 | 124 | 101 |
| Binary | 11110001 | 1011010 | 11000010 | 0 | 111111 | 10100 | 101 | 100111111 | 1010100 | 1000001 |
Color Harmonies of #F15AC2
Complementary color
Monochromatic Colors of #F15AC2
Black with #F15AC2
Text Example
Text Example
White with #F15AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15AC2; }
p { color: rgb(241,90,194); }
H1.HeaderClassName
{
color: #F15AC2;
}
.AnyTagClassName
{
color: #F15AC2;
}
</style>
background-color css
<style>
a { background-color: #F15AC2; }
a { background-color: rgb(241,90,194); }
div.DivClassName
{
background-color: #F15AC2;
}
.BgClassName
{
background-color: #F15AC2;
}
</style>
border-color css
<style>
span { border-color: #F15AC2; }
span { border-color: rgb(241,90,194); }
td.TdClassName
{
border-color: #F15AC2;
}
.TagClassName
{
border-color: #F15AC2;
}
</style>