Shades of Neon Pink #F65ECD
Tints of Neon Pink #F65ECD
RGB
CMYK
RGB Variations
Color information
#F65ECD (or 0xF65ECD) is known color: Neon Pink. HEX triplet: F6, 5E and CD. RGB value is (246,94,205). Sum of RGB (Red+Green+Blue) = 246+94+205=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F65ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65ECD is #09A132. Grayscale: #979797. Windows color (decimal): -631091 or 13459190. OLE color: 13459190.
HSL color Cylindrical-coordinate representation of color #F65ECD: hue angle of 316.18º 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 #F65ECD is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 205 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.04 |
| HSL | 316.18º | 0.89% | 0.67% | - |
| HSV(B) | 316.18º | 0.62% | 0.96% | - |
| XYZ | 53.03 | 32.01 | 61.14 | - |
| YUV | 152.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 205 | 0 | 0.62 | 0.17 | 0.04 | 316.18 | 0.89 | 0.67 |
| Hex | F6 | 5E | CD | 0 | 3E | 11 | 4 | 13C | 59 | 43 |
| Octal | 366 | 136 | 315 | 0 | 76 | 21 | 4 | 474 | 131 | 103 |
| Binary | 11110110 | 1011110 | 11001101 | 0 | 111110 | 10001 | 100 | 100111100 | 1011001 | 1000011 |
Color Harmonies of #F65ECD
Complementary color
Monochromatic Colors of #F65ECD
Black with #F65ECD
Text Example
Text Example
White with #F65ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65ECD; }
p { color: rgb(246,94,205); }
H1.HeaderClassName
{
color: #F65ECD;
}
.AnyTagClassName
{
color: #F65ECD;
}
</style>
background-color css
<style>
a { background-color: #F65ECD; }
a { background-color: rgb(246,94,205); }
div.DivClassName
{
background-color: #F65ECD;
}
.BgClassName
{
background-color: #F65ECD;
}
</style>
border-color css
<style>
span { border-color: #F65ECD; }
span { border-color: rgb(246,94,205); }
td.TdClassName
{
border-color: #F65ECD;
}
.TagClassName
{
border-color: #F65ECD;
}
</style>