Shades of Neon Blue #374EED
Tints of Neon Blue #374EED
RGB
CMYK
RGB Variations
Color information
#374EED (or 0x374EED) is known color: Neon Blue. HEX triplet: 37, 4E and ED. RGB value is (55,78,237). Sum of RGB (Red+Green+Blue) = 55+78+237=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #374EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EED is #C8B112. Grayscale: #585858. Windows color (decimal): -13152531 or 15552055. OLE color: 15552055.
HSL color Cylindrical-coordinate representation of color #374EED: hue angle of 232.42º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #374EED is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 78 | 237 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.07 |
| HSL | 232.42º | 0.83% | 0.57% | - |
| HSV(B) | 232.42º | 0.77% | 0.93% | - |
| XYZ | 19.59 | 12.38 | 81.48 | - |
| YUV | 89.25 | 211.38 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 237 | 0.77 | 0.67 | 0 | 0.07 | 232.42 | 0.83 | 0.57 |
| Hex | 37 | 4E | ED | 4D | 43 | 0 | 7 | E8 | 53 | 39 |
| Octal | 67 | 116 | 355 | 115 | 103 | 0 | 7 | 350 | 123 | 71 |
| Binary | 110111 | 1001110 | 11101101 | 1001101 | 1000011 | 0 | 111 | 11101000 | 1010011 | 111001 |
Color Harmonies of #374EED
Complementary color
Monochromatic Colors of #374EED
Black with #374EED
Text Example
Text Example
White with #374EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374EED; }
p { color: rgb(55,78,237); }
H1.HeaderClassName
{
color: #374EED;
}
.AnyTagClassName
{
color: #374EED;
}
</style>
background-color css
<style>
a { background-color: #374EED; }
a { background-color: rgb(55,78,237); }
div.DivClassName
{
background-color: #374EED;
}
.BgClassName
{
background-color: #374EED;
}
</style>
border-color css
<style>
span { border-color: #374EED; }
span { border-color: rgb(55,78,237); }
td.TdClassName
{
border-color: #374EED;
}
.TagClassName
{
border-color: #374EED;
}
</style>