Shades of Neon Pink #F15DC3
Tints of Neon Pink #F15DC3
RGB
CMYK
RGB Variations
Color information
#F15DC3 (or 0xF15DC3) is known color: Neon Pink. HEX triplet: F1, 5D and C3. RGB value is (241,93,195). Sum of RGB (Red+Green+Blue) = 241+93+195=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15DC3 is #0EA23C. Grayscale: #949494. Windows color (decimal): -959037 or 12803569. OLE color: 12803569.
HSL color Cylindrical-coordinate representation of color #F15DC3: hue angle of 318.65º 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 #F15DC3 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 195 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.05 |
| HSL | 318.65º | 0.84% | 0.65% | - |
| HSV(B) | 318.65º | 0.61% | 0.95% | - |
| XYZ | 50.04 | 30.47 | 54.87 | - |
| YUV | 148.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 195 | 0 | 0.61 | 0.19 | 0.05 | 318.65 | 0.84 | 0.65 |
| Hex | F1 | 5D | C3 | 0 | 3D | 13 | 5 | 13F | 54 | 41 |
| Octal | 361 | 135 | 303 | 0 | 75 | 23 | 5 | 477 | 124 | 101 |
| Binary | 11110001 | 1011101 | 11000011 | 0 | 111101 | 10011 | 101 | 100111111 | 1010100 | 1000001 |
Color Harmonies of #F15DC3
Complementary color
Monochromatic Colors of #F15DC3
Black with #F15DC3
Text Example
Text Example
White with #F15DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DC3; }
p { color: rgb(241,93,195); }
H1.HeaderClassName
{
color: #F15DC3;
}
.AnyTagClassName
{
color: #F15DC3;
}
</style>
background-color css
<style>
a { background-color: #F15DC3; }
a { background-color: rgb(241,93,195); }
div.DivClassName
{
background-color: #F15DC3;
}
.BgClassName
{
background-color: #F15DC3;
}
</style>
border-color css
<style>
span { border-color: #F15DC3; }
span { border-color: rgb(241,93,195); }
td.TdClassName
{
border-color: #F15DC3;
}
.TagClassName
{
border-color: #F15DC3;
}
</style>