Shades of Neon Pink #F95ECB
Tints of Neon Pink #F95ECB
RGB
CMYK
RGB Variations
Color information
#F95ECB (or 0xF95ECB) is known color: Neon Pink. HEX triplet: F9, 5E and CB. RGB value is (249,94,203). Sum of RGB (Red+Green+Blue) = 249+94+203=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ECB is #06A134. Grayscale: #989898. Windows color (decimal): -434485 or 13328121. OLE color: 13328121.
HSL color Cylindrical-coordinate representation of color #F95ECB: hue angle of 317.81º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95ECB is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 203 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.02 |
| HSL | 317.81º | 0.93% | 0.67% | - |
| HSV(B) | 317.81º | 0.62% | 0.98% | - |
| XYZ | 53.85 | 32.46 | 59.93 | - |
| YUV | 152.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 203 | 0 | 0.62 | 0.18 | 0.02 | 317.81 | 0.93 | 0.67 |
| Hex | F9 | 5E | CB | 0 | 3E | 12 | 2 | 13E | 5D | 43 |
| Octal | 371 | 136 | 313 | 0 | 76 | 22 | 2 | 476 | 135 | 103 |
| Binary | 11111001 | 1011110 | 11001011 | 0 | 111110 | 10010 | 10 | 100111110 | 1011101 | 1000011 |
Color Harmonies of #F95ECB
Complementary color
Monochromatic Colors of #F95ECB
Black with #F95ECB
Text Example
Text Example
White with #F95ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95ECB; }
p { color: rgb(249,94,203); }
H1.HeaderClassName
{
color: #F95ECB;
}
.AnyTagClassName
{
color: #F95ECB;
}
</style>
background-color css
<style>
a { background-color: #F95ECB; }
a { background-color: rgb(249,94,203); }
div.DivClassName
{
background-color: #F95ECB;
}
.BgClassName
{
background-color: #F95ECB;
}
</style>
border-color css
<style>
span { border-color: #F95ECB; }
span { border-color: rgb(249,94,203); }
td.TdClassName
{
border-color: #F95ECB;
}
.TagClassName
{
border-color: #F95ECB;
}
</style>