Shades of Neon Pink #F95ECE
Tints of Neon Pink #F95ECE
RGB
CMYK
RGB Variations
Color information
#F95ECE (or 0xF95ECE) is known color: Neon Pink. HEX triplet: F9, 5E and CE. RGB value is (249,94,206). Sum of RGB (Red+Green+Blue) = 249+94+206=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 94 (37.11% from 255 or 17.12% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F95ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95ECE is #06A131. Grayscale: #989898. Windows color (decimal): -434482 or 13524729. OLE color: 13524729.
HSL color Cylindrical-coordinate representation of color #F95ECE: hue angle of 316.65º 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 #F95ECE is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 206 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.02 |
| HSL | 316.65º | 0.93% | 0.67% | - |
| HSV(B) | 316.65º | 0.62% | 0.98% | - |
| XYZ | 54.21 | 32.6 | 61.83 | - |
| YUV | 153.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 206 | 0 | 0.62 | 0.17 | 0.02 | 316.65 | 0.93 | 0.67 |
| Hex | F9 | 5E | CE | 0 | 3E | 11 | 2 | 13D | 5D | 43 |
| Octal | 371 | 136 | 316 | 0 | 76 | 21 | 2 | 475 | 135 | 103 |
| Binary | 11111001 | 1011110 | 11001110 | 0 | 111110 | 10001 | 10 | 100111101 | 1011101 | 1000011 |
Color Harmonies of #F95ECE
Complementary color
Monochromatic Colors of #F95ECE
Black with #F95ECE
Text Example
Text Example
White with #F95ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95ECE; }
p { color: rgb(249,94,206); }
H1.HeaderClassName
{
color: #F95ECE;
}
.AnyTagClassName
{
color: #F95ECE;
}
</style>
background-color css
<style>
a { background-color: #F95ECE; }
a { background-color: rgb(249,94,206); }
div.DivClassName
{
background-color: #F95ECE;
}
.BgClassName
{
background-color: #F95ECE;
}
</style>
border-color css
<style>
span { border-color: #F95ECE; }
span { border-color: rgb(249,94,206); }
td.TdClassName
{
border-color: #F95ECE;
}
.TagClassName
{
border-color: #F95ECE;
}
</style>