Shades of Neon Blue #3E35E6
Tints of Neon Blue #3E35E6
RGB
CMYK
RGB Variations
Color information
#3E35E6 (or 0x3E35E6) is known color: Neon Blue. HEX triplet: 3E, 35 and E6. RGB value is (62,53,230). Sum of RGB (Red+Green+Blue) = 62+53+230=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #3E35E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E35E6 is #C1CA19. Grayscale: #4B4B4B. Windows color (decimal): -12700186 or 15086910. OLE color: 15086910.
HSL color Cylindrical-coordinate representation of color #3E35E6: hue angle of 243.05º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E35E6 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 62 | 53 | 230 | - |
CMYK | 0.73 | 0.77 | 0 | 0.10 |
HSL | 243.05º | 0.78% | 0.55% | - |
HSV(B) | 243.05º | 0.77% | 0.9% | - |
XYZ | 17.54 | 9.28 | 75.73 | - |
YUV | 75.87 | 214.98 | 118.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 53 | 230 | 0.73 | 0.77 | 0 | 0.10 | 243.05 | 0.78 | 0.55 |
Hex | 3E | 35 | E6 | 49 | 4D | 0 | A | F3 | 4E | 37 |
Octal | 76 | 65 | 346 | 111 | 115 | 0 | 12 | 363 | 116 | 67 |
Binary | 111110 | 110101 | 11100110 | 1001001 | 1001101 | 0 | 1010 | 11110011 | 1001110 | 110111 |
Color Harmonies of #3E35E6
Complementary color
Monochromatic Colors of #3E35E6
Black with #3E35E6
Text Example
Text Example
White with #3E35E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E35E6; }
p { color: rgb(62,53,230); }
H1.HeaderClassName
{
color: #3E35E6;
}
.AnyTagClassName
{
color: #3E35E6;
}
</style>
background-color css
<style>
a { background-color: #3E35E6; }
a { background-color: rgb(62,53,230); }
div.DivClassName
{
background-color: #3E35E6;
}
.BgClassName
{
background-color: #3E35E6;
}
</style>
border-color css
<style>
span { border-color: #3E35E6; }
span { border-color: rgb(62,53,230); }
td.TdClassName
{
border-color: #3E35E6;
}
.TagClassName
{
border-color: #3E35E6;
}
</style>