Shades of Neon Blue #2640EF
Tints of Neon Blue #2640EF
RGB
CMYK
RGB Variations
Color information
#2640EF (or 0x2640EF) is known color: Neon Blue. HEX triplet: 26, 40 and EF. RGB value is (38,64,239). Sum of RGB (Red+Green+Blue) = 38+64+239=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 239 (93.75% from 255 or 70.09% from 341); Max value from RGB is 239 - color contains mainly: blue. Hex color #2640EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2640EF is #D9BF10. Grayscale: #4B4B4B. Windows color (decimal): -14270225 or 15679526. OLE color: 15679526.
HSL color Cylindrical-coordinate representation of color #2640EF: hue angle of 232.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2640EF is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 64 | 239 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.06 |
| HSL | 232.24º | 0.86% | 0.54% | - |
| HSV(B) | 232.24º | 0.84% | 0.94% | - |
| XYZ | 18.21 | 10.31 | 82.69 | - |
| YUV | 76.18 | 219.89 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 239 | 0.84 | 0.73 | 0 | 0.06 | 232.24 | 0.86 | 0.54 |
| Hex | 26 | 40 | EF | 54 | 49 | 0 | 6 | E8 | 56 | 36 |
| Octal | 46 | 100 | 357 | 124 | 111 | 0 | 6 | 350 | 126 | 66 |
| Binary | 100110 | 1000000 | 11101111 | 1010100 | 1001001 | 0 | 110 | 11101000 | 1010110 | 110110 |
Color Harmonies of #2640EF
Complementary color
Monochromatic Colors of #2640EF
Black with #2640EF
Text Example
Text Example
White with #2640EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640EF; }
p { color: rgb(38,64,239); }
H1.HeaderClassName
{
color: #2640EF;
}
.AnyTagClassName
{
color: #2640EF;
}
</style>
background-color css
<style>
a { background-color: #2640EF; }
a { background-color: rgb(38,64,239); }
div.DivClassName
{
background-color: #2640EF;
}
.BgClassName
{
background-color: #2640EF;
}
</style>
border-color css
<style>
span { border-color: #2640EF; }
span { border-color: rgb(38,64,239); }
td.TdClassName
{
border-color: #2640EF;
}
.TagClassName
{
border-color: #2640EF;
}
</style>