Shades of Neon Pink #F565BE
Tints of Neon Pink #F565BE
RGB
CMYK
RGB Variations
Color information
#F565BE (or 0xF565BE) is known color: Neon Pink. HEX triplet: F5, 65 and BE. RGB value is (245,101,190). Sum of RGB (Red+Green+Blue) = 245+101+190=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F565BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565BE is #0A9A41. Grayscale: #999999. Windows color (decimal): -694850 or 12477941. OLE color: 12477941.
HSL color Cylindrical-coordinate representation of color #F565BE: hue angle of 322.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565BE is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 190 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.04 |
| HSL | 322.92º | 0.88% | 0.68% | - |
| HSV(B) | 322.92º | 0.59% | 0.96% | - |
| XYZ | 51.6 | 32.44 | 52.26 | - |
| YUV | 154.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 190 | 0 | 0.59 | 0.22 | 0.04 | 322.92 | 0.88 | 0.68 |
| Hex | F5 | 65 | BE | 0 | 3B | 16 | 4 | 143 | 58 | 44 |
| Octal | 365 | 145 | 276 | 0 | 73 | 26 | 4 | 503 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10111110 | 0 | 111011 | 10110 | 100 | 101000011 | 1011000 | 1000100 |
Color Harmonies of #F565BE
Complementary color
Monochromatic Colors of #F565BE
Black with #F565BE
Text Example
Text Example
White with #F565BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565BE; }
p { color: rgb(245,101,190); }
H1.HeaderClassName
{
color: #F565BE;
}
.AnyTagClassName
{
color: #F565BE;
}
</style>
background-color css
<style>
a { background-color: #F565BE; }
a { background-color: rgb(245,101,190); }
div.DivClassName
{
background-color: #F565BE;
}
.BgClassName
{
background-color: #F565BE;
}
</style>
border-color css
<style>
span { border-color: #F565BE; }
span { border-color: rgb(245,101,190); }
td.TdClassName
{
border-color: #F565BE;
}
.TagClassName
{
border-color: #F565BE;
}
</style>