Shades of Neon Blue #374DFE
Tints of Neon Blue #374DFE
RGB
CMYK
RGB Variations
Color information
#374DFE (or 0x374DFE) is known color: Neon Blue. HEX triplet: 37, 4D and FE. RGB value is (55,77,254). Sum of RGB (Red+Green+Blue) = 55+77+254=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #374DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374DFE is #C8B201. Grayscale: #595959. Windows color (decimal): -13152770 or 16665911. OLE color: 16665911.
HSL color Cylindrical-coordinate representation of color #374DFE: hue angle of 233.37º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374DFE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 77 | 254 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.00 |
| HSL | 233.37º | 0.99% | 0.61% | - |
| HSV(B) | 233.37º | 0.78% | 1% | - |
| XYZ | 22.12 | 13.28 | 95.16 | - |
| YUV | 90.6 | 220.21 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 254 | 0.78 | 0.70 | 0 | 0.00 | 233.37 | 0.99 | 0.61 |
| Hex | 37 | 4D | FE | 4E | 46 | 0 | 0 | E9 | 63 | 3D |
| Octal | 67 | 115 | 376 | 116 | 106 | 0 | 0 | 351 | 143 | 75 |
| Binary | 110111 | 1001101 | 11111110 | 1001110 | 1000110 | 0 | 0 | 11101001 | 1100011 | 111101 |
Color Harmonies of #374DFE
Complementary color
Monochromatic Colors of #374DFE
Black with #374DFE
Text Example
Text Example
White with #374DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DFE; }
p { color: rgb(55,77,254); }
H1.HeaderClassName
{
color: #374DFE;
}
.AnyTagClassName
{
color: #374DFE;
}
</style>
background-color css
<style>
a { background-color: #374DFE; }
a { background-color: rgb(55,77,254); }
div.DivClassName
{
background-color: #374DFE;
}
.BgClassName
{
background-color: #374DFE;
}
</style>
border-color css
<style>
span { border-color: #374DFE; }
span { border-color: rgb(55,77,254); }
td.TdClassName
{
border-color: #374DFE;
}
.TagClassName
{
border-color: #374DFE;
}
</style>