Shades of Neon Blue #2640EE
Tints of Neon Blue #2640EE
RGB
CMYK
RGB Variations
Color information
#2640EE (or 0x2640EE) is known color: Neon Blue. HEX triplet: 26, 40 and EE. RGB value is (38,64,238). Sum of RGB (Red+Green+Blue) = 38+64+238=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 238 (93.36% from 255 or 70% from 340); Max value from RGB is 238 - color contains mainly: blue. Hex color #2640EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2640EE is #D9BF11. Grayscale: #4B4B4B. Windows color (decimal): -14270226 or 15613990. OLE color: 15613990.
HSL color Cylindrical-coordinate representation of color #2640EE: hue angle of 232.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2640EE is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 64 | 238 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.07 |
| HSL | 232.2º | 0.85% | 0.54% | - |
| HSV(B) | 232.2º | 0.84% | 0.93% | - |
| XYZ | 18.07 | 10.25 | 81.92 | - |
| YUV | 76.06 | 219.39 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 238 | 0.84 | 0.73 | 0 | 0.07 | 232.2 | 0.85 | 0.54 |
| Hex | 26 | 40 | EE | 54 | 49 | 0 | 7 | E8 | 55 | 36 |
| Octal | 46 | 100 | 356 | 124 | 111 | 0 | 7 | 350 | 125 | 66 |
| Binary | 100110 | 1000000 | 11101110 | 1010100 | 1001001 | 0 | 111 | 11101000 | 1010101 | 110110 |
Color Harmonies of #2640EE
Complementary color
Monochromatic Colors of #2640EE
Black with #2640EE
Text Example
Text Example
White with #2640EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640EE; }
p { color: rgb(38,64,238); }
H1.HeaderClassName
{
color: #2640EE;
}
.AnyTagClassName
{
color: #2640EE;
}
</style>
background-color css
<style>
a { background-color: #2640EE; }
a { background-color: rgb(38,64,238); }
div.DivClassName
{
background-color: #2640EE;
}
.BgClassName
{
background-color: #2640EE;
}
</style>
border-color css
<style>
span { border-color: #2640EE; }
span { border-color: rgb(38,64,238); }
td.TdClassName
{
border-color: #2640EE;
}
.TagClassName
{
border-color: #2640EE;
}
</style>