Shades of Neon Pink #F15DC5
Tints of Neon Pink #F15DC5
RGB
CMYK
RGB Variations
Color information
#F15DC5 (or 0xF15DC5) is known color: Neon Pink. HEX triplet: F1, 5D and C5. RGB value is (241,93,197). Sum of RGB (Red+Green+Blue) = 241+93+197=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DC5 is #0EA23A. Grayscale: #949494. Windows color (decimal): -959035 or 12934641. OLE color: 12934641.
HSL color Cylindrical-coordinate representation of color #F15DC5: hue angle of 317.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DC5 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 197 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.05 |
| HSL | 317.84º | 0.84% | 0.65% | - |
| HSV(B) | 317.84º | 0.61% | 0.95% | - |
| XYZ | 50.27 | 30.56 | 56.07 | - |
| YUV | 149.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 197 | 0 | 0.61 | 0.18 | 0.05 | 317.84 | 0.84 | 0.65 |
| Hex | F1 | 5D | C5 | 0 | 3D | 12 | 5 | 13E | 54 | 41 |
| Octal | 361 | 135 | 305 | 0 | 75 | 22 | 5 | 476 | 124 | 101 |
| Binary | 11110001 | 1011101 | 11000101 | 0 | 111101 | 10010 | 101 | 100111110 | 1010100 | 1000001 |
Color Harmonies of #F15DC5
Complementary color
Monochromatic Colors of #F15DC5
Black with #F15DC5
Text Example
Text Example
White with #F15DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DC5; }
p { color: rgb(241,93,197); }
H1.HeaderClassName
{
color: #F15DC5;
}
.AnyTagClassName
{
color: #F15DC5;
}
</style>
background-color css
<style>
a { background-color: #F15DC5; }
a { background-color: rgb(241,93,197); }
div.DivClassName
{
background-color: #F15DC5;
}
.BgClassName
{
background-color: #F15DC5;
}
</style>
border-color css
<style>
span { border-color: #F15DC5; }
span { border-color: rgb(241,93,197); }
td.TdClassName
{
border-color: #F15DC5;
}
.TagClassName
{
border-color: #F15DC5;
}
</style>