Shades of Neon Pink #F565BF
Tints of Neon Pink #F565BF
RGB
CMYK
RGB Variations
Color information
#F565BF (or 0xF565BF) is known color: Neon Pink. HEX triplet: F5, 65 and BF. RGB value is (245,101,191). Sum of RGB (Red+Green+Blue) = 245+101+191=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F565BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565BF is #0A9A40. Grayscale: #9A9A9A. Windows color (decimal): -694849 or 12543477. OLE color: 12543477.
HSL color Cylindrical-coordinate representation of color #F565BF: hue angle of 322.5º 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 #F565BF is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 191 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.04 |
| HSL | 322.5º | 0.88% | 0.68% | - |
| HSV(B) | 322.5º | 0.59% | 0.96% | - |
| XYZ | 51.71 | 32.48 | 52.83 | - |
| YUV | 154.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 191 | 0 | 0.59 | 0.22 | 0.04 | 322.5 | 0.88 | 0.68 |
| Hex | F5 | 65 | BF | 0 | 3B | 16 | 4 | 142 | 58 | 44 |
| Octal | 365 | 145 | 277 | 0 | 73 | 26 | 4 | 502 | 130 | 104 |
| Binary | 11110101 | 1100101 | 10111111 | 0 | 111011 | 10110 | 100 | 101000010 | 1011000 | 1000100 |
Color Harmonies of #F565BF
Complementary color
Monochromatic Colors of #F565BF
Black with #F565BF
Text Example
Text Example
White with #F565BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565BF; }
p { color: rgb(245,101,191); }
H1.HeaderClassName
{
color: #F565BF;
}
.AnyTagClassName
{
color: #F565BF;
}
</style>
background-color css
<style>
a { background-color: #F565BF; }
a { background-color: rgb(245,101,191); }
div.DivClassName
{
background-color: #F565BF;
}
.BgClassName
{
background-color: #F565BF;
}
</style>
border-color css
<style>
span { border-color: #F565BF; }
span { border-color: rgb(245,101,191); }
td.TdClassName
{
border-color: #F565BF;
}
.TagClassName
{
border-color: #F565BF;
}
</style>