Shades of Neon Blue #374CFE
Tints of Neon Blue #374CFE
RGB
CMYK
RGB Variations
Color information
#374CFE (or 0x374CFE) is known color: Neon Blue. HEX triplet: 37, 4C and FE. RGB value is (55,76,254). Sum of RGB (Red+Green+Blue) = 55+76+254=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #374CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374CFE is #C8B301. Grayscale: #595959. Windows color (decimal): -13153026 or 16665655. OLE color: 16665655.
HSL color Cylindrical-coordinate representation of color #374CFE: hue angle of 233.67º 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 #374CFE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 76 | 254 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.00 |
| HSL | 233.67º | 0.99% | 0.61% | - |
| HSV(B) | 233.67º | 0.78% | 1% | - |
| XYZ | 22.05 | 13.14 | 95.14 | - |
| YUV | 90.01 | 220.54 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 254 | 0.78 | 0.70 | 0 | 0.00 | 233.67 | 0.99 | 0.61 |
| Hex | 37 | 4C | FE | 4E | 46 | 0 | 0 | EA | 63 | 3D |
| Octal | 67 | 114 | 376 | 116 | 106 | 0 | 0 | 352 | 143 | 75 |
| Binary | 110111 | 1001100 | 11111110 | 1001110 | 1000110 | 0 | 0 | 11101010 | 1100011 | 111101 |
Color Harmonies of #374CFE
Complementary color
Monochromatic Colors of #374CFE
Black with #374CFE
Text Example
Text Example
White with #374CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CFE; }
p { color: rgb(55,76,254); }
H1.HeaderClassName
{
color: #374CFE;
}
.AnyTagClassName
{
color: #374CFE;
}
</style>
background-color css
<style>
a { background-color: #374CFE; }
a { background-color: rgb(55,76,254); }
div.DivClassName
{
background-color: #374CFE;
}
.BgClassName
{
background-color: #374CFE;
}
</style>
border-color css
<style>
span { border-color: #374CFE; }
span { border-color: rgb(55,76,254); }
td.TdClassName
{
border-color: #374CFE;
}
.TagClassName
{
border-color: #374CFE;
}
</style>