Shades of Neon Blue #374EFE
Tints of Neon Blue #374EFE
RGB
CMYK
RGB Variations
Color information
#374EFE (or 0x374EFE) is known color: Neon Blue. HEX triplet: 37, 4E and FE. RGB value is (55,78,254). Sum of RGB (Red+Green+Blue) = 55+78+254=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #374EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374EFE is #C8B101. Grayscale: #5A5A5A. Windows color (decimal): -13152514 or 16666167. OLE color: 16666167.
HSL color Cylindrical-coordinate representation of color #374EFE: hue angle of 233.07º 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 #374EFE is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 78 | 254 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.00 |
| HSL | 233.07º | 0.99% | 0.61% | - |
| HSV(B) | 233.07º | 0.78% | 1% | - |
| XYZ | 22.19 | 13.42 | 95.19 | - |
| YUV | 91.19 | 219.88 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 254 | 0.78 | 0.69 | 0 | 0.00 | 233.07 | 0.99 | 0.61 |
| Hex | 37 | 4E | FE | 4E | 45 | 0 | 0 | E9 | 63 | 3D |
| Octal | 67 | 116 | 376 | 116 | 105 | 0 | 0 | 351 | 143 | 75 |
| Binary | 110111 | 1001110 | 11111110 | 1001110 | 1000101 | 0 | 0 | 11101001 | 1100011 | 111101 |
Color Harmonies of #374EFE
Complementary color
Monochromatic Colors of #374EFE
Black with #374EFE
Text Example
Text Example
White with #374EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374EFE; }
p { color: rgb(55,78,254); }
H1.HeaderClassName
{
color: #374EFE;
}
.AnyTagClassName
{
color: #374EFE;
}
</style>
background-color css
<style>
a { background-color: #374EFE; }
a { background-color: rgb(55,78,254); }
div.DivClassName
{
background-color: #374EFE;
}
.BgClassName
{
background-color: #374EFE;
}
</style>
border-color css
<style>
span { border-color: #374EFE; }
span { border-color: rgb(55,78,254); }
td.TdClassName
{
border-color: #374EFE;
}
.TagClassName
{
border-color: #374EFE;
}
</style>