Shades of Neon Blue #374AFF
Tints of Neon Blue #374AFF
RGB
CMYK
RGB Variations
Color information
#374AFF (or 0x374AFF) is known color: Neon Blue. HEX triplet: 37, 4A and FF. RGB value is (55,74,255). Sum of RGB (Red+Green+Blue) = 55+74+255=384 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.32% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #374AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374AFF is #C8B500. Grayscale: #585858. Windows color (decimal): -13153537 or 16730679. OLE color: 16730679.
HSL color Cylindrical-coordinate representation of color #374AFF: hue angle of 234.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #374AFF is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 74 | 255 | - |
| CMYK | 0.78 | 0.71 | 0 | 0 |
| HSL | 234.3º | 1% | 0.61% | - |
| HSV(B) | 234.3º | 0.78% | 1% | - |
| XYZ | 22.07 | 12.93 | 95.94 | - |
| YUV | 88.95 | 221.71 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 255 | 0.78 | 0.71 | 0 | 0 | 234.3 | 1 | 0.61 |
| Hex | 37 | 4A | FF | 4E | 47 | 0 | 0 | EA | 64 | 3D |
| Octal | 67 | 112 | 377 | 116 | 107 | 0 | 0 | 352 | 144 | 75 |
| Binary | 110111 | 1001010 | 11111111 | 1001110 | 1000111 | 0 | 0 | 11101010 | 1100100 | 111101 |
Color Harmonies of #374AFF
Complementary color
Monochromatic Colors of #374AFF
Black with #374AFF
Text Example
Text Example
White with #374AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374AFF; }
p { color: rgb(55,74,255); }
H1.HeaderClassName
{
color: #374AFF;
}
.AnyTagClassName
{
color: #374AFF;
}
</style>
background-color css
<style>
a { background-color: #374AFF; }
a { background-color: rgb(55,74,255); }
div.DivClassName
{
background-color: #374AFF;
}
.BgClassName
{
background-color: #374AFF;
}
</style>
border-color css
<style>
span { border-color: #374AFF; }
span { border-color: rgb(55,74,255); }
td.TdClassName
{
border-color: #374AFF;
}
.TagClassName
{
border-color: #374AFF;
}
</style>