Shades of Neon Blue #3749EF
Tints of Neon Blue #3749EF
RGB
CMYK
RGB Variations
Color information
#3749EF (or 0x3749EF) is known color: Neon Blue. HEX triplet: 37, 49 and EF. RGB value is (55,73,239). Sum of RGB (Red+Green+Blue) = 55+73+239=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #3749EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3749EF is #C8B610. Grayscale: #555555. Windows color (decimal): -13153809 or 15681847. OLE color: 15681847.
HSL color Cylindrical-coordinate representation of color #3749EF: hue angle of 234.13º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3749EF is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 73 | 239 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.06 |
| HSL | 234.13º | 0.85% | 0.58% | - |
| HSV(B) | 234.13º | 0.77% | 0.94% | - |
| XYZ | 19.54 | 11.81 | 82.91 | - |
| YUV | 86.54 | 214.04 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 239 | 0.77 | 0.69 | 0 | 0.06 | 234.13 | 0.85 | 0.58 |
| Hex | 37 | 49 | EF | 4D | 45 | 0 | 6 | EA | 55 | 3A |
| Octal | 67 | 111 | 357 | 115 | 105 | 0 | 6 | 352 | 125 | 72 |
| Binary | 110111 | 1001001 | 11101111 | 1001101 | 1000101 | 0 | 110 | 11101010 | 1010101 | 111010 |
Color Harmonies of #3749EF
Complementary color
Monochromatic Colors of #3749EF
Black with #3749EF
Text Example
Text Example
White with #3749EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3749EF; }
p { color: rgb(55,73,239); }
H1.HeaderClassName
{
color: #3749EF;
}
.AnyTagClassName
{
color: #3749EF;
}
</style>
background-color css
<style>
a { background-color: #3749EF; }
a { background-color: rgb(55,73,239); }
div.DivClassName
{
background-color: #3749EF;
}
.BgClassName
{
background-color: #3749EF;
}
</style>
border-color css
<style>
span { border-color: #3749EF; }
span { border-color: rgb(55,73,239); }
td.TdClassName
{
border-color: #3749EF;
}
.TagClassName
{
border-color: #3749EF;
}
</style>