Shades of Neon Blue #2640EC
Tints of Neon Blue #2640EC
RGB
CMYK
RGB Variations
Color information
#2640EC (or 0x2640EC) is known color: Neon Blue. HEX triplet: 26, 40 and EC. RGB value is (38,64,236). Sum of RGB (Red+Green+Blue) = 38+64+236=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #2640EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2640EC is #D9BF13. Grayscale: #4B4B4B. Windows color (decimal): -14270228 or 15482918. OLE color: 15482918.
HSL color Cylindrical-coordinate representation of color #2640EC: hue angle of 232.12º degrees, saturation: 0.84, 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 #2640EC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 64 | 236 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.07 |
| HSL | 232.12º | 0.84% | 0.54% | - |
| HSV(B) | 232.12º | 0.84% | 0.93% | - |
| XYZ | 17.77 | 10.13 | 80.38 | - |
| YUV | 75.83 | 218.39 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 236 | 0.84 | 0.73 | 0 | 0.07 | 232.12 | 0.84 | 0.54 |
| Hex | 26 | 40 | EC | 54 | 49 | 0 | 7 | E8 | 54 | 36 |
| Octal | 46 | 100 | 354 | 124 | 111 | 0 | 7 | 350 | 124 | 66 |
| Binary | 100110 | 1000000 | 11101100 | 1010100 | 1001001 | 0 | 111 | 11101000 | 1010100 | 110110 |
Color Harmonies of #2640EC
Complementary color
Monochromatic Colors of #2640EC
Black with #2640EC
Text Example
Text Example
White with #2640EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640EC; }
p { color: rgb(38,64,236); }
H1.HeaderClassName
{
color: #2640EC;
}
.AnyTagClassName
{
color: #2640EC;
}
</style>
background-color css
<style>
a { background-color: #2640EC; }
a { background-color: rgb(38,64,236); }
div.DivClassName
{
background-color: #2640EC;
}
.BgClassName
{
background-color: #2640EC;
}
</style>
border-color css
<style>
span { border-color: #2640EC; }
span { border-color: rgb(38,64,236); }
td.TdClassName
{
border-color: #2640EC;
}
.TagClassName
{
border-color: #2640EC;
}
</style>