Shades of Neon Pink #F15CC9
Tints of Neon Pink #F15CC9
RGB
CMYK
RGB Variations
Color information
#F15CC9 (or 0xF15CC9) is known color: Neon Pink. HEX triplet: F1, 5C and C9. RGB value is (241,92,201). Sum of RGB (Red+Green+Blue) = 241+92+201=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CC9 is #0EA336. Grayscale: #949494. Windows color (decimal): -959287 or 13196529. OLE color: 13196529.
HSL color Cylindrical-coordinate representation of color #F15CC9: hue angle of 316.11º 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 #F15CC9 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 201 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.05 |
| HSL | 316.11º | 0.84% | 0.65% | - |
| HSV(B) | 316.11º | 0.62% | 0.95% | - |
| XYZ | 50.65 | 30.57 | 58.49 | - |
| YUV | 148.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 201 | 0 | 0.62 | 0.17 | 0.05 | 316.11 | 0.84 | 0.65 |
| Hex | F1 | 5C | C9 | 0 | 3E | 11 | 5 | 13C | 54 | 41 |
| Octal | 361 | 134 | 311 | 0 | 76 | 21 | 5 | 474 | 124 | 101 |
| Binary | 11110001 | 1011100 | 11001001 | 0 | 111110 | 10001 | 101 | 100111100 | 1010100 | 1000001 |
Color Harmonies of #F15CC9
Complementary color
Monochromatic Colors of #F15CC9
Black with #F15CC9
Text Example
Text Example
White with #F15CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15CC9; }
p { color: rgb(241,92,201); }
H1.HeaderClassName
{
color: #F15CC9;
}
.AnyTagClassName
{
color: #F15CC9;
}
</style>
background-color css
<style>
a { background-color: #F15CC9; }
a { background-color: rgb(241,92,201); }
div.DivClassName
{
background-color: #F15CC9;
}
.BgClassName
{
background-color: #F15CC9;
}
</style>
border-color css
<style>
span { border-color: #F15CC9; }
span { border-color: rgb(241,92,201); }
td.TdClassName
{
border-color: #F15CC9;
}
.TagClassName
{
border-color: #F15CC9;
}
</style>