Shades of Neon Pink #F35EC0
Tints of Neon Pink #F35EC0
RGB
CMYK
RGB Variations
Color information
#F35EC0 (or 0xF35EC0) is known color: Neon Pink. HEX triplet: F3, 5E and C0. RGB value is (243,94,192). Sum of RGB (Red+Green+Blue) = 243+94+192=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35EC0 is #0CA13F. Grayscale: #959595. Windows color (decimal): -827712 or 12607219. OLE color: 12607219.
HSL color Cylindrical-coordinate representation of color #F35EC0: hue angle of 320.54º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EC0 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 94 | 192 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.05 |
| HSL | 320.54º | 0.86% | 0.66% | - |
| HSV(B) | 320.54º | 0.61% | 0.95% | - |
| XYZ | 50.48 | 30.87 | 53.17 | - |
| YUV | 149.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 94 | 192 | 0 | 0.61 | 0.21 | 0.05 | 320.54 | 0.86 | 0.66 |
| Hex | F3 | 5E | C0 | 0 | 3D | 15 | 5 | 141 | 56 | 42 |
| Octal | 363 | 136 | 300 | 0 | 75 | 25 | 5 | 501 | 126 | 102 |
| Binary | 11110011 | 1011110 | 11000000 | 0 | 111101 | 10101 | 101 | 101000001 | 1010110 | 1000010 |
Color Harmonies of #F35EC0
Complementary color
Monochromatic Colors of #F35EC0
Black with #F35EC0
Text Example
Text Example
White with #F35EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35EC0; }
p { color: rgb(243,94,192); }
H1.HeaderClassName
{
color: #F35EC0;
}
.AnyTagClassName
{
color: #F35EC0;
}
</style>
background-color css
<style>
a { background-color: #F35EC0; }
a { background-color: rgb(243,94,192); }
div.DivClassName
{
background-color: #F35EC0;
}
.BgClassName
{
background-color: #F35EC0;
}
</style>
border-color css
<style>
span { border-color: #F35EC0; }
span { border-color: rgb(243,94,192); }
td.TdClassName
{
border-color: #F35EC0;
}
.TagClassName
{
border-color: #F35EC0;
}
</style>