Shades of Neon Blue #3748F4
Tints of Neon Blue #3748F4
RGB
CMYK
RGB Variations
Color information
#3748F4 (or 0x3748F4) is known color: Neon Blue. HEX triplet: 37, 48 and F4. RGB value is (55,72,244). Sum of RGB (Red+Green+Blue) = 55+72+244=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 244 (95.70% from 255 or 65.77% from 371); Max value from RGB is 244 - color contains mainly: blue. Hex color #3748F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3748F4 is #C8B70B. Grayscale: #555555. Windows color (decimal): -13154060 or 16009271. OLE color: 16009271.
HSL color Cylindrical-coordinate representation of color #3748F4: hue angle of 234.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3748F4 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 72 | 244 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.04 |
| HSL | 234.6º | 0.9% | 0.59% | - |
| HSV(B) | 234.6º | 0.77% | 0.96% | - |
| XYZ | 20.22 | 11.98 | 86.83 | - |
| YUV | 86.53 | 216.87 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 244 | 0.77 | 0.70 | 0 | 0.04 | 234.6 | 0.9 | 0.59 |
| Hex | 37 | 48 | F4 | 4D | 46 | 0 | 4 | EB | 5A | 3B |
| Octal | 67 | 110 | 364 | 115 | 106 | 0 | 4 | 353 | 132 | 73 |
| Binary | 110111 | 1001000 | 11110100 | 1001101 | 1000110 | 0 | 100 | 11101011 | 1011010 | 111011 |
Color Harmonies of #3748F4
Complementary color
Monochromatic Colors of #3748F4
Black with #3748F4
Text Example
Text Example
White with #3748F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3748F4; }
p { color: rgb(55,72,244); }
H1.HeaderClassName
{
color: #3748F4;
}
.AnyTagClassName
{
color: #3748F4;
}
</style>
background-color css
<style>
a { background-color: #3748F4; }
a { background-color: rgb(55,72,244); }
div.DivClassName
{
background-color: #3748F4;
}
.BgClassName
{
background-color: #3748F4;
}
</style>
border-color css
<style>
span { border-color: #3748F4; }
span { border-color: rgb(55,72,244); }
td.TdClassName
{
border-color: #3748F4;
}
.TagClassName
{
border-color: #3748F4;
}
</style>