Shades of Neon Pink #F063BE
Tints of Neon Pink #F063BE
RGB
CMYK
RGB Variations
Color information
#F063BE (or 0xF063BE) is known color: Neon Pink. HEX triplet: F0, 63 and BE. RGB value is (240,99,190). Sum of RGB (Red+Green+Blue) = 240+99+190=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F063BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063BE is #0F9C41. Grayscale: #979797. Windows color (decimal): -1023042 or 12477424. OLE color: 12477424.
HSL color Cylindrical-coordinate representation of color #F063BE: hue angle of 321.28º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063BE is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 190 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.06 |
| HSL | 321.28º | 0.82% | 0.66% | - |
| HSV(B) | 321.28º | 0.59% | 0.94% | - |
| XYZ | 49.69 | 31.17 | 52.11 | - |
| YUV | 151.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 190 | 0 | 0.59 | 0.21 | 0.06 | 321.28 | 0.82 | 0.66 |
| Hex | F0 | 63 | BE | 0 | 3B | 15 | 6 | 141 | 52 | 42 |
| Octal | 360 | 143 | 276 | 0 | 73 | 25 | 6 | 501 | 122 | 102 |
| Binary | 11110000 | 1100011 | 10111110 | 0 | 111011 | 10101 | 110 | 101000001 | 1010010 | 1000010 |
Color Harmonies of #F063BE
Complementary color
Monochromatic Colors of #F063BE
Black with #F063BE
Text Example
Text Example
White with #F063BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F063BE; }
p { color: rgb(240,99,190); }
H1.HeaderClassName
{
color: #F063BE;
}
.AnyTagClassName
{
color: #F063BE;
}
</style>
background-color css
<style>
a { background-color: #F063BE; }
a { background-color: rgb(240,99,190); }
div.DivClassName
{
background-color: #F063BE;
}
.BgClassName
{
background-color: #F063BE;
}
</style>
border-color css
<style>
span { border-color: #F063BE; }
span { border-color: rgb(240,99,190); }
td.TdClassName
{
border-color: #F063BE;
}
.TagClassName
{
border-color: #F063BE;
}
</style>