Shades of Neon Blue #3750F0
Tints of Neon Blue #3750F0
RGB
CMYK
RGB Variations
Color information
#3750F0 (or 0x3750F0) is known color: Neon Blue. HEX triplet: 37, 50 and F0. RGB value is (55,80,240). Sum of RGB (Red+Green+Blue) = 55+80+240=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 240 (94.14% from 255 or 64% from 375); Max value from RGB is 240 - color contains mainly: blue. Hex color #3750F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3750F0 is #C8AF0F. Grayscale: #5A5A5A. Windows color (decimal): -13152016 or 15749175. OLE color: 15749175.
HSL color Cylindrical-coordinate representation of color #3750F0: hue angle of 231.89º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3750F0 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 80 | 240 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.06 |
| HSL | 231.89º | 0.86% | 0.58% | - |
| HSV(B) | 231.89º | 0.77% | 0.94% | - |
| XYZ | 20.17 | 12.84 | 83.85 | - |
| YUV | 90.77 | 212.22 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 240 | 0.77 | 0.67 | 0 | 0.06 | 231.89 | 0.86 | 0.58 |
| Hex | 37 | 50 | F0 | 4D | 43 | 0 | 6 | E8 | 56 | 3A |
| Octal | 67 | 120 | 360 | 115 | 103 | 0 | 6 | 350 | 126 | 72 |
| Binary | 110111 | 1010000 | 11110000 | 1001101 | 1000011 | 0 | 110 | 11101000 | 1010110 | 111010 |
Color Harmonies of #3750F0
Complementary color
Monochromatic Colors of #3750F0
Black with #3750F0
Text Example
Text Example
White with #3750F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3750F0; }
p { color: rgb(55,80,240); }
H1.HeaderClassName
{
color: #3750F0;
}
.AnyTagClassName
{
color: #3750F0;
}
</style>
background-color css
<style>
a { background-color: #3750F0; }
a { background-color: rgb(55,80,240); }
div.DivClassName
{
background-color: #3750F0;
}
.BgClassName
{
background-color: #3750F0;
}
</style>
border-color css
<style>
span { border-color: #3750F0; }
span { border-color: rgb(55,80,240); }
td.TdClassName
{
border-color: #3750F0;
}
.TagClassName
{
border-color: #3750F0;
}
</style>