Shades of Neon Blue #374EFB
Tints of Neon Blue #374EFB
RGB
CMYK
RGB Variations
Color information
#374EFB (or 0x374EFB) is known color: Neon Blue. HEX triplet: 37, 4E and FB. RGB value is (55,78,251). Sum of RGB (Red+Green+Blue) = 55+78+251=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #374EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EFB is #C8B104. Grayscale: #5A5A5A. Windows color (decimal): -13152517 or 16469559. OLE color: 16469559.
HSL color Cylindrical-coordinate representation of color #374EFB: hue angle of 232.96º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374EFB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 78 | 251 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.02 |
| HSL | 232.96º | 0.96% | 0.6% | - |
| HSV(B) | 232.96º | 0.78% | 0.98% | - |
| XYZ | 21.71 | 13.23 | 92.68 | - |
| YUV | 90.85 | 218.38 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 251 | 0.78 | 0.69 | 0 | 0.02 | 232.96 | 0.96 | 0.6 |
| Hex | 37 | 4E | FB | 4E | 45 | 0 | 2 | E9 | 60 | 3C |
| Octal | 67 | 116 | 373 | 116 | 105 | 0 | 2 | 351 | 140 | 74 |
| Binary | 110111 | 1001110 | 11111011 | 1001110 | 1000101 | 0 | 10 | 11101001 | 1100000 | 111100 |
Color Harmonies of #374EFB
Complementary color
Monochromatic Colors of #374EFB
Black with #374EFB
Text Example
Text Example
White with #374EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374EFB; }
p { color: rgb(55,78,251); }
H1.HeaderClassName
{
color: #374EFB;
}
.AnyTagClassName
{
color: #374EFB;
}
</style>
background-color css
<style>
a { background-color: #374EFB; }
a { background-color: rgb(55,78,251); }
div.DivClassName
{
background-color: #374EFB;
}
.BgClassName
{
background-color: #374EFB;
}
</style>
border-color css
<style>
span { border-color: #374EFB; }
span { border-color: rgb(55,78,251); }
td.TdClassName
{
border-color: #374EFB;
}
.TagClassName
{
border-color: #374EFB;
}
</style>