Shades of Neon Blue #374DF7
Tints of Neon Blue #374DF7
RGB
CMYK
RGB Variations
Color information
#374DF7 (or 0x374DF7) is known color: Neon Blue. HEX triplet: 37, 4D and F7. RGB value is (55,77,247). Sum of RGB (Red+Green+Blue) = 55+77+247=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 247 (96.88% from 255 or 65.17% from 379); Max value from RGB is 247 - color contains mainly: blue. Hex color #374DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374DF7 is #C8B208. Grayscale: #595959. Windows color (decimal): -13152777 or 16207159. OLE color: 16207159.
HSL color Cylindrical-coordinate representation of color #374DF7: hue angle of 233.12º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374DF7 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 77 | 247 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.03 |
| HSL | 233.13º | 0.92% | 0.59% | - |
| HSV(B) | 233.13º | 0.78% | 0.97% | - |
| XYZ | 21.02 | 12.84 | 89.37 | - |
| YUV | 89.8 | 216.71 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 247 | 0.78 | 0.69 | 0 | 0.03 | 233.13 | 0.92 | 0.59 |
| Hex | 37 | 4D | F7 | 4E | 45 | 0 | 3 | E9 | 5C | 3B |
| Octal | 67 | 115 | 367 | 116 | 105 | 0 | 3 | 351 | 134 | 73 |
| Binary | 110111 | 1001101 | 11110111 | 1001110 | 1000101 | 0 | 11 | 11101001 | 1011100 | 111011 |
Color Harmonies of #374DF7
Complementary color
Monochromatic Colors of #374DF7
Black with #374DF7
Text Example
Text Example
White with #374DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374DF7; }
p { color: rgb(55,77,247); }
H1.HeaderClassName
{
color: #374DF7;
}
.AnyTagClassName
{
color: #374DF7;
}
</style>
background-color css
<style>
a { background-color: #374DF7; }
a { background-color: rgb(55,77,247); }
div.DivClassName
{
background-color: #374DF7;
}
.BgClassName
{
background-color: #374DF7;
}
</style>
border-color css
<style>
span { border-color: #374DF7; }
span { border-color: rgb(55,77,247); }
td.TdClassName
{
border-color: #374DF7;
}
.TagClassName
{
border-color: #374DF7;
}
</style>