Shades of Neon Blue #374CF5
Tints of Neon Blue #374CF5
RGB
CMYK
RGB Variations
Color information
#374CF5 (or 0x374CF5) is known color: Neon Blue. HEX triplet: 37, 4C and F5. RGB value is (55,76,245). Sum of RGB (Red+Green+Blue) = 55+76+245=376 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.63% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 245 (96.09% from 255 or 65.16% from 376); Max value from RGB is 245 - color contains mainly: blue. Hex color #374CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374CF5 is #C8B30A. Grayscale: #585858. Windows color (decimal): -13153035 or 16075831. OLE color: 16075831.
HSL color Cylindrical-coordinate representation of color #374CF5: hue angle of 233.37º degrees, saturation: 0.9, 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 #374CF5 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 76 | 245 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.04 |
| HSL | 233.37º | 0.9% | 0.59% | - |
| HSV(B) | 233.37º | 0.78% | 0.96% | - |
| XYZ | 20.64 | 12.57 | 87.73 | - |
| YUV | 88.99 | 216.04 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 245 | 0.78 | 0.69 | 0 | 0.04 | 233.37 | 0.9 | 0.59 |
| Hex | 37 | 4C | F5 | 4E | 45 | 0 | 4 | E9 | 5A | 3B |
| Octal | 67 | 114 | 365 | 116 | 105 | 0 | 4 | 351 | 132 | 73 |
| Binary | 110111 | 1001100 | 11110101 | 1001110 | 1000101 | 0 | 100 | 11101001 | 1011010 | 111011 |
Color Harmonies of #374CF5
Complementary color
Monochromatic Colors of #374CF5
Black with #374CF5
Text Example
Text Example
White with #374CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CF5; }
p { color: rgb(55,76,245); }
H1.HeaderClassName
{
color: #374CF5;
}
.AnyTagClassName
{
color: #374CF5;
}
</style>
background-color css
<style>
a { background-color: #374CF5; }
a { background-color: rgb(55,76,245); }
div.DivClassName
{
background-color: #374CF5;
}
.BgClassName
{
background-color: #374CF5;
}
</style>
border-color css
<style>
span { border-color: #374CF5; }
span { border-color: rgb(55,76,245); }
td.TdClassName
{
border-color: #374CF5;
}
.TagClassName
{
border-color: #374CF5;
}
</style>