Shades of Neon Blue #5038F8
Tints of Neon Blue #5038F8
RGB
CMYK
RGB Variations
Color information
#5038F8 (or 0x5038F8) is known color: Neon Blue. HEX triplet: 50, 38 and F8. RGB value is (80,56,248). Sum of RGB (Red+Green+Blue) = 80+56+248=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 248 (97.27% from 255 or 64.58% from 384); Max value from RGB is 248 - color contains mainly: blue. Hex color #5038F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5038F8 is #AFC707. Grayscale: #545454. Windows color (decimal): -11519752 or 16267344. OLE color: 16267344.
HSL color Cylindrical-coordinate representation of color #5038F8: hue angle of 247.5º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5038F8 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 56 | 248 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.03 |
| HSL | 247.5º | 0.93% | 0.6% | - |
| HSV(B) | 247.5º | 0.77% | 0.97% | - |
| XYZ | 21.67 | 11.31 | 89.85 | - |
| YUV | 85.06 | 219.95 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 56 | 248 | 0.68 | 0.77 | 0 | 0.03 | 247.5 | 0.93 | 0.6 |
| Hex | 50 | 38 | F8 | 44 | 4D | 0 | 3 | F8 | 5D | 3C |
| Octal | 120 | 70 | 370 | 104 | 115 | 0 | 3 | 370 | 135 | 74 |
| Binary | 1010000 | 111000 | 11111000 | 1000100 | 1001101 | 0 | 11 | 11111000 | 1011101 | 111100 |
Color Harmonies of #5038F8
Complementary color
Monochromatic Colors of #5038F8
Black with #5038F8
Text Example
Text Example
White with #5038F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5038F8; }
p { color: rgb(80,56,248); }
H1.HeaderClassName
{
color: #5038F8;
}
.AnyTagClassName
{
color: #5038F8;
}
</style>
background-color css
<style>
a { background-color: #5038F8; }
a { background-color: rgb(80,56,248); }
div.DivClassName
{
background-color: #5038F8;
}
.BgClassName
{
background-color: #5038F8;
}
</style>
border-color css
<style>
span { border-color: #5038F8; }
span { border-color: rgb(80,56,248); }
td.TdClassName
{
border-color: #5038F8;
}
.TagClassName
{
border-color: #5038F8;
}
</style>