Shades of Neon Blue #3640EE
Tints of Neon Blue #3640EE
RGB
CMYK
RGB Variations
Color information
#3640EE (or 0x3640EE) is known color: Neon Blue. HEX triplet: 36, 40 and EE. RGB value is (54,64,238). Sum of RGB (Red+Green+Blue) = 54+64+238=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #3640EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3640EE is #C9BF11. Grayscale: #505050. Windows color (decimal): -13221650 or 15614006. OLE color: 15614006.
HSL color Cylindrical-coordinate representation of color #3640EE: hue angle of 236.74º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3640EE is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 64 | 238 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.07 |
| HSL | 236.74º | 0.84% | 0.57% | - |
| HSV(B) | 236.74º | 0.77% | 0.93% | - |
| XYZ | 18.79 | 10.62 | 81.95 | - |
| YUV | 80.85 | 216.69 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 238 | 0.77 | 0.73 | 0 | 0.07 | 236.74 | 0.84 | 0.57 |
| Hex | 36 | 40 | EE | 4D | 49 | 0 | 7 | ED | 54 | 39 |
| Octal | 66 | 100 | 356 | 115 | 111 | 0 | 7 | 355 | 124 | 71 |
| Binary | 110110 | 1000000 | 11101110 | 1001101 | 1001001 | 0 | 111 | 11101101 | 1010100 | 111001 |
Color Harmonies of #3640EE
Complementary color
Monochromatic Colors of #3640EE
Black with #3640EE
Text Example
Text Example
White with #3640EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3640EE; }
p { color: rgb(54,64,238); }
H1.HeaderClassName
{
color: #3640EE;
}
.AnyTagClassName
{
color: #3640EE;
}
</style>
background-color css
<style>
a { background-color: #3640EE; }
a { background-color: rgb(54,64,238); }
div.DivClassName
{
background-color: #3640EE;
}
.BgClassName
{
background-color: #3640EE;
}
</style>
border-color css
<style>
span { border-color: #3640EE; }
span { border-color: rgb(54,64,238); }
td.TdClassName
{
border-color: #3640EE;
}
.TagClassName
{
border-color: #3640EE;
}
</style>