Shades of Neon Blue #5039F6
Tints of Neon Blue #5039F6
RGB
CMYK
RGB Variations
Color information
#5039F6 (or 0x5039F6) is known color: Neon Blue. HEX triplet: 50, 39 and F6. RGB value is (80,57,246). Sum of RGB (Red+Green+Blue) = 80+57+246=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #5039F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5039F6 is #AFC609. Grayscale: #545454. Windows color (decimal): -11519498 or 16136528. OLE color: 16136528.
HSL color Cylindrical-coordinate representation of color #5039F6: hue angle of 247.3º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5039F6 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 57 | 246 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.04 |
| HSL | 247.3º | 0.91% | 0.59% | - |
| HSV(B) | 247.3º | 0.77% | 0.96% | - |
| XYZ | 21.41 | 11.29 | 88.24 | - |
| YUV | 85.42 | 218.62 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 246 | 0.67 | 0.77 | 0 | 0.04 | 247.3 | 0.91 | 0.59 |
| Hex | 50 | 39 | F6 | 43 | 4D | 0 | 4 | F7 | 5B | 3B |
| Octal | 120 | 71 | 366 | 103 | 115 | 0 | 4 | 367 | 133 | 73 |
| Binary | 1010000 | 111001 | 11110110 | 1000011 | 1001101 | 0 | 100 | 11110111 | 1011011 | 111011 |
Color Harmonies of #5039F6
Complementary color
Monochromatic Colors of #5039F6
Black with #5039F6
Text Example
Text Example
White with #5039F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5039F6; }
p { color: rgb(80,57,246); }
H1.HeaderClassName
{
color: #5039F6;
}
.AnyTagClassName
{
color: #5039F6;
}
</style>
background-color css
<style>
a { background-color: #5039F6; }
a { background-color: rgb(80,57,246); }
div.DivClassName
{
background-color: #5039F6;
}
.BgClassName
{
background-color: #5039F6;
}
</style>
border-color css
<style>
span { border-color: #5039F6; }
span { border-color: rgb(80,57,246); }
td.TdClassName
{
border-color: #5039F6;
}
.TagClassName
{
border-color: #5039F6;
}
</style>