Shades of Neon Pink #F65EC3
Tints of Neon Pink #F65EC3
RGB
CMYK
RGB Variations
Color information
#F65EC3 (or 0xF65EC3) is known color: Neon Pink. HEX triplet: F6, 5E and C3. RGB value is (246,94,195). Sum of RGB (Red+Green+Blue) = 246+94+195=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65EC3 is #09A13C. Grayscale: #969696. Windows color (decimal): -631101 or 12803830. OLE color: 12803830.
HSL color Cylindrical-coordinate representation of color #F65EC3: hue angle of 320.13º 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 #F65EC3 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 195 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.04 |
| HSL | 320.13º | 0.89% | 0.67% | - |
| HSV(B) | 320.13º | 0.62% | 0.96% | - |
| XYZ | 51.86 | 31.54 | 54.98 | - |
| YUV | 150.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 195 | 0 | 0.62 | 0.21 | 0.04 | 320.13 | 0.89 | 0.67 |
| Hex | F6 | 5E | C3 | 0 | 3E | 15 | 4 | 140 | 59 | 43 |
| Octal | 366 | 136 | 303 | 0 | 76 | 25 | 4 | 500 | 131 | 103 |
| Binary | 11110110 | 1011110 | 11000011 | 0 | 111110 | 10101 | 100 | 101000000 | 1011001 | 1000011 |
Color Harmonies of #F65EC3
Complementary color
Monochromatic Colors of #F65EC3
Black with #F65EC3
Text Example
Text Example
White with #F65EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EC3; }
p { color: rgb(246,94,195); }
H1.HeaderClassName
{
color: #F65EC3;
}
.AnyTagClassName
{
color: #F65EC3;
}
</style>
background-color css
<style>
a { background-color: #F65EC3; }
a { background-color: rgb(246,94,195); }
div.DivClassName
{
background-color: #F65EC3;
}
.BgClassName
{
background-color: #F65EC3;
}
</style>
border-color css
<style>
span { border-color: #F65EC3; }
span { border-color: rgb(246,94,195); }
td.TdClassName
{
border-color: #F65EC3;
}
.TagClassName
{
border-color: #F65EC3;
}
</style>