Shades of Neon Pink #F65EC0
Tints of Neon Pink #F65EC0
RGB
CMYK
RGB Variations
Color information
#F65EC0 (or 0xF65EC0) is known color: Neon Pink. HEX triplet: F6, 5E and C0. RGB value is (246,94,192). Sum of RGB (Red+Green+Blue) = 246+94+192=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65EC0 is #09A13F. Grayscale: #969696. Windows color (decimal): -631104 or 12607222. OLE color: 12607222.
HSL color Cylindrical-coordinate representation of color #F65EC0: hue angle of 321.32º 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 #F65EC0 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 192 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.04 |
| HSL | 321.32º | 0.89% | 0.67% | - |
| HSV(B) | 321.32º | 0.62% | 0.96% | - |
| XYZ | 51.52 | 31.4 | 53.22 | - |
| YUV | 150.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 192 | 0 | 0.62 | 0.22 | 0.04 | 321.32 | 0.89 | 0.67 |
| Hex | F6 | 5E | C0 | 0 | 3E | 16 | 4 | 141 | 59 | 43 |
| Octal | 366 | 136 | 300 | 0 | 76 | 26 | 4 | 501 | 131 | 103 |
| Binary | 11110110 | 1011110 | 11000000 | 0 | 111110 | 10110 | 100 | 101000001 | 1011001 | 1000011 |
Color Harmonies of #F65EC0
Complementary color
Monochromatic Colors of #F65EC0
Black with #F65EC0
Text Example
Text Example
White with #F65EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EC0; }
p { color: rgb(246,94,192); }
H1.HeaderClassName
{
color: #F65EC0;
}
.AnyTagClassName
{
color: #F65EC0;
}
</style>
background-color css
<style>
a { background-color: #F65EC0; }
a { background-color: rgb(246,94,192); }
div.DivClassName
{
background-color: #F65EC0;
}
.BgClassName
{
background-color: #F65EC0;
}
</style>
border-color css
<style>
span { border-color: #F65EC0; }
span { border-color: rgb(246,94,192); }
td.TdClassName
{
border-color: #F65EC0;
}
.TagClassName
{
border-color: #F65EC0;
}
</style>