Shades of Neon Pink #F363BE
Tints of Neon Pink #F363BE
RGB
CMYK
RGB Variations
Color information
#F363BE (or 0xF363BE) is known color: Neon Pink. HEX triplet: F3, 63 and BE. RGB value is (243,99,190). Sum of RGB (Red+Green+Blue) = 243+99+190=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F363BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F363BE is #0C9C41. Grayscale: #989898. Windows color (decimal): -826434 or 12477427. OLE color: 12477427.
HSL color Cylindrical-coordinate representation of color #F363BE: hue angle of 322.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F363BE is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 99 | 190 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.05 |
| HSL | 322.08º | 0.86% | 0.67% | - |
| HSV(B) | 322.08º | 0.59% | 0.95% | - |
| XYZ | 50.72 | 31.7 | 52.16 | - |
| YUV | 152.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 99 | 190 | 0 | 0.59 | 0.22 | 0.05 | 322.08 | 0.86 | 0.67 |
| Hex | F3 | 63 | BE | 0 | 3B | 16 | 5 | 142 | 56 | 43 |
| Octal | 363 | 143 | 276 | 0 | 73 | 26 | 5 | 502 | 126 | 103 |
| Binary | 11110011 | 1100011 | 10111110 | 0 | 111011 | 10110 | 101 | 101000010 | 1010110 | 1000011 |
Color Harmonies of #F363BE
Complementary color
Monochromatic Colors of #F363BE
Black with #F363BE
Text Example
Text Example
White with #F363BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F363BE; }
p { color: rgb(243,99,190); }
H1.HeaderClassName
{
color: #F363BE;
}
.AnyTagClassName
{
color: #F363BE;
}
</style>
background-color css
<style>
a { background-color: #F363BE; }
a { background-color: rgb(243,99,190); }
div.DivClassName
{
background-color: #F363BE;
}
.BgClassName
{
background-color: #F363BE;
}
</style>
border-color css
<style>
span { border-color: #F363BE; }
span { border-color: rgb(243,99,190); }
td.TdClassName
{
border-color: #F363BE;
}
.TagClassName
{
border-color: #F363BE;
}
</style>