Shades of Neon Pink #F65ECB
Tints of Neon Pink #F65ECB
RGB
CMYK
RGB Variations
Color information
#F65ECB (or 0xF65ECB) is known color: Neon Pink. HEX triplet: F6, 5E and CB. RGB value is (246,94,203). Sum of RGB (Red+Green+Blue) = 246+94+203=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ECB is #09A134. Grayscale: #979797. Windows color (decimal): -631093 or 13328118. OLE color: 13328118.
HSL color Cylindrical-coordinate representation of color #F65ECB: hue angle of 316.97º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65ECB is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 203 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.04 |
| HSL | 316.97º | 0.89% | 0.67% | - |
| HSV(B) | 316.97º | 0.62% | 0.96% | - |
| XYZ | 52.79 | 31.91 | 59.88 | - |
| YUV | 151.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 203 | 0 | 0.62 | 0.17 | 0.04 | 316.97 | 0.89 | 0.67 |
| Hex | F6 | 5E | CB | 0 | 3E | 11 | 4 | 13D | 59 | 43 |
| Octal | 366 | 136 | 313 | 0 | 76 | 21 | 4 | 475 | 131 | 103 |
| Binary | 11110110 | 1011110 | 11001011 | 0 | 111110 | 10001 | 100 | 100111101 | 1011001 | 1000011 |
Color Harmonies of #F65ECB
Complementary color
Monochromatic Colors of #F65ECB
Black with #F65ECB
Text Example
Text Example
White with #F65ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ECB; }
p { color: rgb(246,94,203); }
H1.HeaderClassName
{
color: #F65ECB;
}
.AnyTagClassName
{
color: #F65ECB;
}
</style>
background-color css
<style>
a { background-color: #F65ECB; }
a { background-color: rgb(246,94,203); }
div.DivClassName
{
background-color: #F65ECB;
}
.BgClassName
{
background-color: #F65ECB;
}
</style>
border-color css
<style>
span { border-color: #F65ECB; }
span { border-color: rgb(246,94,203); }
td.TdClassName
{
border-color: #F65ECB;
}
.TagClassName
{
border-color: #F65ECB;
}
</style>