Shades of Neon Pink #F15CC1
Tints of Neon Pink #F15CC1
RGB
CMYK
RGB Variations
Color information
#F15CC1 (or 0xF15CC1) is known color: Neon Pink. HEX triplet: F1, 5C and C1. RGB value is (241,92,193). Sum of RGB (Red+Green+Blue) = 241+92+193=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CC1 is #0EA33E. Grayscale: #939393. Windows color (decimal): -959295 or 12672241. OLE color: 12672241.
HSL color Cylindrical-coordinate representation of color #F15CC1: hue angle of 319.33º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15CC1 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 193 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.05 |
| HSL | 319.33º | 0.84% | 0.65% | - |
| HSV(B) | 319.33º | 0.62% | 0.95% | - |
| XYZ | 49.73 | 30.21 | 53.66 | - |
| YUV | 148.07 | 153.36 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 193 | 0 | 0.62 | 0.20 | 0.05 | 319.33 | 0.84 | 0.65 |
| Hex | F1 | 5C | C1 | 0 | 3E | 14 | 5 | 13F | 54 | 41 |
| Octal | 361 | 134 | 301 | 0 | 76 | 24 | 5 | 477 | 124 | 101 |
| Binary | 11110001 | 1011100 | 11000001 | 0 | 111110 | 10100 | 101 | 100111111 | 1010100 | 1000001 |
Color Harmonies of #F15CC1
Complementary color
Monochromatic Colors of #F15CC1
Black with #F15CC1
Text Example
Text Example
White with #F15CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15CC1; }
p { color: rgb(241,92,193); }
H1.HeaderClassName
{
color: #F15CC1;
}
.AnyTagClassName
{
color: #F15CC1;
}
</style>
background-color css
<style>
a { background-color: #F15CC1; }
a { background-color: rgb(241,92,193); }
div.DivClassName
{
background-color: #F15CC1;
}
.BgClassName
{
background-color: #F15CC1;
}
</style>
border-color css
<style>
span { border-color: #F15CC1; }
span { border-color: rgb(241,92,193); }
td.TdClassName
{
border-color: #F15CC1;
}
.TagClassName
{
border-color: #F15CC1;
}
</style>