Shades of Neon Pink #F566BE
Tints of Neon Pink #F566BE
RGB
CMYK
RGB Variations
Color information
#F566BE (or 0xF566BE) is known color: Neon Pink. HEX triplet: F5, 66 and BE. RGB value is (245,102,190). Sum of RGB (Red+Green+Blue) = 245+102+190=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F566BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566BE is #0A9941. Grayscale: #9A9A9A. Windows color (decimal): -694594 or 12478197. OLE color: 12478197.
HSL color Cylindrical-coordinate representation of color #F566BE: hue angle of 323.08º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F566BE is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 190 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.04 |
| HSL | 323.08º | 0.88% | 0.68% | - |
| HSV(B) | 323.08º | 0.58% | 0.96% | - |
| XYZ | 51.7 | 32.63 | 52.29 | - |
| YUV | 154.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 190 | 0 | 0.58 | 0.22 | 0.04 | 323.08 | 0.88 | 0.68 |
| Hex | F5 | 66 | BE | 0 | 3A | 16 | 4 | 143 | 58 | 44 |
| Octal | 365 | 146 | 276 | 0 | 72 | 26 | 4 | 503 | 130 | 104 |
| Binary | 11110101 | 1100110 | 10111110 | 0 | 111010 | 10110 | 100 | 101000011 | 1011000 | 1000100 |
Color Harmonies of #F566BE
Complementary color
Monochromatic Colors of #F566BE
Black with #F566BE
Text Example
Text Example
White with #F566BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566BE; }
p { color: rgb(245,102,190); }
H1.HeaderClassName
{
color: #F566BE;
}
.AnyTagClassName
{
color: #F566BE;
}
</style>
background-color css
<style>
a { background-color: #F566BE; }
a { background-color: rgb(245,102,190); }
div.DivClassName
{
background-color: #F566BE;
}
.BgClassName
{
background-color: #F566BE;
}
</style>
border-color css
<style>
span { border-color: #F566BE; }
span { border-color: rgb(245,102,190); }
td.TdClassName
{
border-color: #F566BE;
}
.TagClassName
{
border-color: #F566BE;
}
</style>