Shades of Neon Blue #3741EA
Tints of Neon Blue #3741EA
RGB
CMYK
RGB Variations
Color information
#3741EA (or 0x3741EA) is known color: Neon Blue. HEX triplet: 37, 41 and EA. RGB value is (55,65,234). Sum of RGB (Red+Green+Blue) = 55+65+234=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #3741EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3741EA is #C8BE15. Grayscale: #505050. Windows color (decimal): -13155862 or 15352119. OLE color: 15352119.
HSL color Cylindrical-coordinate representation of color #3741EA: hue angle of 236.65º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3741EA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 65 | 234 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.08 |
| HSL | 236.65º | 0.81% | 0.57% | - |
| HSV(B) | 236.65º | 0.76% | 0.92% | - |
| XYZ | 18.32 | 10.53 | 78.91 | - |
| YUV | 81.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 234 | 0.76 | 0.72 | 0 | 0.08 | 236.65 | 0.81 | 0.57 |
| Hex | 37 | 41 | EA | 4C | 48 | 0 | 8 | ED | 51 | 39 |
| Octal | 67 | 101 | 352 | 114 | 110 | 0 | 10 | 355 | 121 | 71 |
| Binary | 110111 | 1000001 | 11101010 | 1001100 | 1001000 | 0 | 1000 | 11101101 | 1010001 | 111001 |
Color Harmonies of #3741EA
Complementary color
Monochromatic Colors of #3741EA
Black with #3741EA
Text Example
Text Example
White with #3741EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3741EA; }
p { color: rgb(55,65,234); }
H1.HeaderClassName
{
color: #3741EA;
}
.AnyTagClassName
{
color: #3741EA;
}
</style>
background-color css
<style>
a { background-color: #3741EA; }
a { background-color: rgb(55,65,234); }
div.DivClassName
{
background-color: #3741EA;
}
.BgClassName
{
background-color: #3741EA;
}
</style>
border-color css
<style>
span { border-color: #3741EA; }
span { border-color: rgb(55,65,234); }
td.TdClassName
{
border-color: #3741EA;
}
.TagClassName
{
border-color: #3741EA;
}
</style>