Shades of Neon Blue #5035F0
Tints of Neon Blue #5035F0
RGB
CMYK
RGB Variations
Color information
#5035F0 (or 0x5035F0) is known color: Neon Blue. HEX triplet: 50, 35 and F0. RGB value is (80,53,240). Sum of RGB (Red+Green+Blue) = 80+53+240=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 240 (94.14% from 255 or 64.34% from 373); Max value from RGB is 240 - color contains mainly: blue. Hex color #5035F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5035F0 is #AFCA0F. Grayscale: #515151. Windows color (decimal): -11520528 or 15742288. OLE color: 15742288.
HSL color Cylindrical-coordinate representation of color #5035F0: hue angle of 248.66º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5035F0 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 53 | 240 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.06 |
| HSL | 248.66º | 0.86% | 0.57% | - |
| HSV(B) | 248.66º | 0.78% | 0.94% | - |
| XYZ | 20.31 | 10.54 | 83.4 | - |
| YUV | 82.39 | 216.95 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 53 | 240 | 0.67 | 0.78 | 0 | 0.06 | 248.66 | 0.86 | 0.57 |
| Hex | 50 | 35 | F0 | 43 | 4E | 0 | 6 | F9 | 56 | 39 |
| Octal | 120 | 65 | 360 | 103 | 116 | 0 | 6 | 371 | 126 | 71 |
| Binary | 1010000 | 110101 | 11110000 | 1000011 | 1001110 | 0 | 110 | 11111001 | 1010110 | 111001 |
Color Harmonies of #5035F0
Complementary color
Monochromatic Colors of #5035F0
Black with #5035F0
Text Example
Text Example
White with #5035F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5035F0; }
p { color: rgb(80,53,240); }
H1.HeaderClassName
{
color: #5035F0;
}
.AnyTagClassName
{
color: #5035F0;
}
</style>
background-color css
<style>
a { background-color: #5035F0; }
a { background-color: rgb(80,53,240); }
div.DivClassName
{
background-color: #5035F0;
}
.BgClassName
{
background-color: #5035F0;
}
</style>
border-color css
<style>
span { border-color: #5035F0; }
span { border-color: rgb(80,53,240); }
td.TdClassName
{
border-color: #5035F0;
}
.TagClassName
{
border-color: #5035F0;
}
</style>