Shades of Neon Blue #374CF6
Tints of Neon Blue #374CF6
RGB
CMYK
RGB Variations
Color information
#374CF6 (or 0x374CF6) is known color: Neon Blue. HEX triplet: 37, 4C and F6. RGB value is (55,76,246). Sum of RGB (Red+Green+Blue) = 55+76+246=377 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.59% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #374CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374CF6 is #C8B309. Grayscale: #585858. Windows color (decimal): -13153034 or 16141367. OLE color: 16141367.
HSL color Cylindrical-coordinate representation of color #374CF6: hue angle of 233.4º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374CF6 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 76 | 246 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.04 |
| HSL | 233.4º | 0.91% | 0.59% | - |
| HSV(B) | 233.4º | 0.78% | 0.96% | - |
| XYZ | 20.79 | 12.63 | 88.53 | - |
| YUV | 89.1 | 216.54 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 246 | 0.78 | 0.69 | 0 | 0.04 | 233.4 | 0.91 | 0.59 |
| Hex | 37 | 4C | F6 | 4E | 45 | 0 | 4 | E9 | 5B | 3B |
| Octal | 67 | 114 | 366 | 116 | 105 | 0 | 4 | 351 | 133 | 73 |
| Binary | 110111 | 1001100 | 11110110 | 1001110 | 1000101 | 0 | 100 | 11101001 | 1011011 | 111011 |
Color Harmonies of #374CF6
Complementary color
Monochromatic Colors of #374CF6
Black with #374CF6
Text Example
Text Example
White with #374CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CF6; }
p { color: rgb(55,76,246); }
H1.HeaderClassName
{
color: #374CF6;
}
.AnyTagClassName
{
color: #374CF6;
}
</style>
background-color css
<style>
a { background-color: #374CF6; }
a { background-color: rgb(55,76,246); }
div.DivClassName
{
background-color: #374CF6;
}
.BgClassName
{
background-color: #374CF6;
}
</style>
border-color css
<style>
span { border-color: #374CF6; }
span { border-color: rgb(55,76,246); }
td.TdClassName
{
border-color: #374CF6;
}
.TagClassName
{
border-color: #374CF6;
}
</style>