Shades of Neon Blue #3E37E0
Tints of Neon Blue #3E37E0
RGB
CMYK
RGB Variations
Color information
#3E37E0 (or 0x3E37E0) is known color: Neon Blue. HEX triplet: 3E, 37 and E0. RGB value is (62,55,224). Sum of RGB (Red+Green+Blue) = 62+55+224=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #3E37E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E37E0 is #C1C81F. Grayscale: #4B4B4B. Windows color (decimal): -12699680 or 14694206. OLE color: 14694206.
HSL color Cylindrical-coordinate representation of color #3E37E0: hue angle of 242.49º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E37E0 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 55 | 224 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.12 |
| HSL | 242.49º | 0.73% | 0.55% | - |
| HSV(B) | 242.49º | 0.75% | 0.88% | - |
| XYZ | 16.81 | 9.14 | 71.4 | - |
| YUV | 76.36 | 211.32 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 224 | 0.72 | 0.75 | 0 | 0.12 | 242.49 | 0.73 | 0.55 |
| Hex | 3E | 37 | E0 | 48 | 4B | 0 | C | F2 | 49 | 37 |
| Octal | 76 | 67 | 340 | 110 | 113 | 0 | 14 | 362 | 111 | 67 |
| Binary | 111110 | 110111 | 11100000 | 1001000 | 1001011 | 0 | 1100 | 11110010 | 1001001 | 110111 |
Color Harmonies of #3E37E0
Complementary color
Monochromatic Colors of #3E37E0
Black with #3E37E0
Text Example
Text Example
White with #3E37E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E37E0; }
p { color: rgb(62,55,224); }
H1.HeaderClassName
{
color: #3E37E0;
}
.AnyTagClassName
{
color: #3E37E0;
}
</style>
background-color css
<style>
a { background-color: #3E37E0; }
a { background-color: rgb(62,55,224); }
div.DivClassName
{
background-color: #3E37E0;
}
.BgClassName
{
background-color: #3E37E0;
}
</style>
border-color css
<style>
span { border-color: #3E37E0; }
span { border-color: rgb(62,55,224); }
td.TdClassName
{
border-color: #3E37E0;
}
.TagClassName
{
border-color: #3E37E0;
}
</style>