Shades of Neon Pink #F15BC3
Tints of Neon Pink #F15BC3
RGB
CMYK
RGB Variations
Color information
#F15BC3 (or 0xF15BC3) is known color: Neon Pink. HEX triplet: F1, 5B and C3. RGB value is (241,91,195). Sum of RGB (Red+Green+Blue) = 241+91+195=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BC3 is #0EA43C. Grayscale: #939393. Windows color (decimal): -959549 or 12803057. OLE color: 12803057.
HSL color Cylindrical-coordinate representation of color #F15BC3: hue angle of 318.4º 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 #F15BC3 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 195 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.05 |
| HSL | 318.4º | 0.84% | 0.65% | - |
| HSV(B) | 318.4º | 0.62% | 0.95% | - |
| XYZ | 49.87 | 30.12 | 54.82 | - |
| YUV | 147.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 195 | 0 | 0.62 | 0.19 | 0.05 | 318.4 | 0.84 | 0.65 |
| Hex | F1 | 5B | C3 | 0 | 3E | 13 | 5 | 13E | 54 | 41 |
| Octal | 361 | 133 | 303 | 0 | 76 | 23 | 5 | 476 | 124 | 101 |
| Binary | 11110001 | 1011011 | 11000011 | 0 | 111110 | 10011 | 101 | 100111110 | 1010100 | 1000001 |
Color Harmonies of #F15BC3
Complementary color
Monochromatic Colors of #F15BC3
Black with #F15BC3
Text Example
Text Example
White with #F15BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15BC3; }
p { color: rgb(241,91,195); }
H1.HeaderClassName
{
color: #F15BC3;
}
.AnyTagClassName
{
color: #F15BC3;
}
</style>
background-color css
<style>
a { background-color: #F15BC3; }
a { background-color: rgb(241,91,195); }
div.DivClassName
{
background-color: #F15BC3;
}
.BgClassName
{
background-color: #F15BC3;
}
</style>
border-color css
<style>
span { border-color: #F15BC3; }
span { border-color: rgb(241,91,195); }
td.TdClassName
{
border-color: #F15BC3;
}
.TagClassName
{
border-color: #F15BC3;
}
</style>