Shades of Neon Blue #374DED
Tints of Neon Blue #374DED
RGB
CMYK
RGB Variations
Color information
#374DED (or 0x374DED) is known color: Neon Blue. HEX triplet: 37, 4D and ED. RGB value is (55,77,237). Sum of RGB (Red+Green+Blue) = 55+77+237=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #374DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374DED is #C8B212. Grayscale: #585858. Windows color (decimal): -13152787 or 15551799. OLE color: 15551799.
HSL color Cylindrical-coordinate representation of color #374DED: hue angle of 232.75º 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 #374DED is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 77 | 237 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.07 |
| HSL | 232.75º | 0.83% | 0.57% | - |
| HSV(B) | 232.75º | 0.77% | 0.93% | - |
| XYZ | 19.52 | 12.23 | 81.45 | - |
| YUV | 88.66 | 211.71 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 237 | 0.77 | 0.68 | 0 | 0.07 | 232.75 | 0.83 | 0.57 |
| Hex | 37 | 4D | ED | 4D | 44 | 0 | 7 | E9 | 53 | 39 |
| Octal | 67 | 115 | 355 | 115 | 104 | 0 | 7 | 351 | 123 | 71 |
| Binary | 110111 | 1001101 | 11101101 | 1001101 | 1000100 | 0 | 111 | 11101001 | 1010011 | 111001 |
Color Harmonies of #374DED
Complementary color
Monochromatic Colors of #374DED
Black with #374DED
Text Example
Text Example
White with #374DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DED; }
p { color: rgb(55,77,237); }
H1.HeaderClassName
{
color: #374DED;
}
.AnyTagClassName
{
color: #374DED;
}
</style>
background-color css
<style>
a { background-color: #374DED; }
a { background-color: rgb(55,77,237); }
div.DivClassName
{
background-color: #374DED;
}
.BgClassName
{
background-color: #374DED;
}
</style>
border-color css
<style>
span { border-color: #374DED; }
span { border-color: rgb(55,77,237); }
td.TdClassName
{
border-color: #374DED;
}
.TagClassName
{
border-color: #374DED;
}
</style>