Shades of Neon Blue #3741EF
Tints of Neon Blue #3741EF
RGB
CMYK
RGB Variations
Color information
#3741EF (or 0x3741EF) is known color: Neon Blue. HEX triplet: 37, 41 and EF. RGB value is (55,65,239). Sum of RGB (Red+Green+Blue) = 55+65+239=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #3741EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3741EF is #C8BE10. Grayscale: #515151. Windows color (decimal): -13155857 or 15679799. OLE color: 15679799.
HSL color Cylindrical-coordinate representation of color #3741EF: hue angle of 236.74º 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 #3741EF is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 65 | 239 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.06 |
| HSL | 236.74º | 0.85% | 0.58% | - |
| HSV(B) | 236.74º | 0.77% | 0.94% | - |
| XYZ | 19.05 | 10.82 | 82.75 | - |
| YUV | 81.85 | 216.69 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 239 | 0.77 | 0.73 | 0 | 0.06 | 236.74 | 0.85 | 0.58 |
| Hex | 37 | 41 | EF | 4D | 49 | 0 | 6 | ED | 55 | 3A |
| Octal | 67 | 101 | 357 | 115 | 111 | 0 | 6 | 355 | 125 | 72 |
| Binary | 110111 | 1000001 | 11101111 | 1001101 | 1001001 | 0 | 110 | 11101101 | 1010101 | 111010 |
Color Harmonies of #3741EF
Complementary color
Monochromatic Colors of #3741EF
Black with #3741EF
Text Example
Text Example
White with #3741EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3741EF; }
p { color: rgb(55,65,239); }
H1.HeaderClassName
{
color: #3741EF;
}
.AnyTagClassName
{
color: #3741EF;
}
</style>
background-color css
<style>
a { background-color: #3741EF; }
a { background-color: rgb(55,65,239); }
div.DivClassName
{
background-color: #3741EF;
}
.BgClassName
{
background-color: #3741EF;
}
</style>
border-color css
<style>
span { border-color: #3741EF; }
span { border-color: rgb(55,65,239); }
td.TdClassName
{
border-color: #3741EF;
}
.TagClassName
{
border-color: #3741EF;
}
</style>