Shades of Neon Blue #374EEF
Tints of Neon Blue #374EEF
RGB
CMYK
RGB Variations
Color information
#374EEF (or 0x374EEF) is known color: Neon Blue. HEX triplet: 37, 4E and EF. RGB value is (55,78,239). Sum of RGB (Red+Green+Blue) = 55+78+239=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #374EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EEF is #C8B110. Grayscale: #585858. Windows color (decimal): -13152529 or 15683127. OLE color: 15683127.
HSL color Cylindrical-coordinate representation of color #374EEF: hue angle of 232.5º degrees, saturation: 0.85, 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 #374EEF is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 78 | 239 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.06 |
| HSL | 232.5º | 0.85% | 0.58% | - |
| HSV(B) | 232.5º | 0.77% | 0.94% | - |
| XYZ | 19.88 | 12.49 | 83.02 | - |
| YUV | 89.48 | 212.38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 239 | 0.77 | 0.67 | 0 | 0.06 | 232.5 | 0.85 | 0.58 |
| Hex | 37 | 4E | EF | 4D | 43 | 0 | 6 | E8 | 55 | 3A |
| Octal | 67 | 116 | 357 | 115 | 103 | 0 | 6 | 350 | 125 | 72 |
| Binary | 110111 | 1001110 | 11101111 | 1001101 | 1000011 | 0 | 110 | 11101000 | 1010101 | 111010 |
Color Harmonies of #374EEF
Complementary color
Monochromatic Colors of #374EEF
Black with #374EEF
Text Example
Text Example
White with #374EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374EEF; }
p { color: rgb(55,78,239); }
H1.HeaderClassName
{
color: #374EEF;
}
.AnyTagClassName
{
color: #374EEF;
}
</style>
background-color css
<style>
a { background-color: #374EEF; }
a { background-color: rgb(55,78,239); }
div.DivClassName
{
background-color: #374EEF;
}
.BgClassName
{
background-color: #374EEF;
}
</style>
border-color css
<style>
span { border-color: #374EEF; }
span { border-color: rgb(55,78,239); }
td.TdClassName
{
border-color: #374EEF;
}
.TagClassName
{
border-color: #374EEF;
}
</style>