Shades of Neon Pink #F15ECB
Tints of Neon Pink #F15ECB
RGB
CMYK
RGB Variations
Color information
#F15ECB (or 0xF15ECB) is known color: Neon Pink. HEX triplet: F1, 5E and CB. RGB value is (241,94,203). Sum of RGB (Red+Green+Blue) = 241+94+203=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 94 (37.11% from 255 or 17.47% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ECB is #0EA134. Grayscale: #969696. Windows color (decimal): -958773 or 13328113. OLE color: 13328113.
HSL color Cylindrical-coordinate representation of color #F15ECB: hue angle of 315.51º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15ECB is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 203 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.05 |
| HSL | 315.51º | 0.84% | 0.66% | - |
| HSV(B) | 315.51º | 0.61% | 0.95% | - |
| XYZ | 51.06 | 31.02 | 59.8 | - |
| YUV | 150.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 203 | 0 | 0.61 | 0.16 | 0.05 | 315.51 | 0.84 | 0.66 |
| Hex | F1 | 5E | CB | 0 | 3D | 10 | 5 | 13C | 54 | 42 |
| Octal | 361 | 136 | 313 | 0 | 75 | 20 | 5 | 474 | 124 | 102 |
| Binary | 11110001 | 1011110 | 11001011 | 0 | 111101 | 10000 | 101 | 100111100 | 1010100 | 1000010 |
Color Harmonies of #F15ECB
Complementary color
Monochromatic Colors of #F15ECB
Black with #F15ECB
Text Example
Text Example
White with #F15ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15ECB; }
p { color: rgb(241,94,203); }
H1.HeaderClassName
{
color: #F15ECB;
}
.AnyTagClassName
{
color: #F15ECB;
}
</style>
background-color css
<style>
a { background-color: #F15ECB; }
a { background-color: rgb(241,94,203); }
div.DivClassName
{
background-color: #F15ECB;
}
.BgClassName
{
background-color: #F15ECB;
}
</style>
border-color css
<style>
span { border-color: #F15ECB; }
span { border-color: rgb(241,94,203); }
td.TdClassName
{
border-color: #F15ECB;
}
.TagClassName
{
border-color: #F15ECB;
}
</style>