Shades of Neon Blue #2641EE
Tints of Neon Blue #2641EE
RGB
CMYK
RGB Variations
Color information
#2641EE (or 0x2641EE) is known color: Neon Blue. HEX triplet: 26, 41 and EE. RGB value is (38,65,238). Sum of RGB (Red+Green+Blue) = 38+65+238=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #2641EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2641EE is #D9BE11. Grayscale: #4B4B4B. Windows color (decimal): -14269970 or 15614246. OLE color: 15614246.
HSL color Cylindrical-coordinate representation of color #2641EE: hue angle of 231.9º 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 #2641EE is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 65 | 238 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.07 |
| HSL | 231.9º | 0.85% | 0.54% | - |
| HSV(B) | 231.9º | 0.84% | 0.93% | - |
| XYZ | 18.12 | 10.37 | 81.93 | - |
| YUV | 76.65 | 219.05 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 65 | 238 | 0.84 | 0.73 | 0 | 0.07 | 231.9 | 0.85 | 0.54 |
| Hex | 26 | 41 | EE | 54 | 49 | 0 | 7 | E8 | 55 | 36 |
| Octal | 46 | 101 | 356 | 124 | 111 | 0 | 7 | 350 | 125 | 66 |
| Binary | 100110 | 1000001 | 11101110 | 1010100 | 1001001 | 0 | 111 | 11101000 | 1010101 | 110110 |
Color Harmonies of #2641EE
Complementary color
Monochromatic Colors of #2641EE
Black with #2641EE
Text Example
Text Example
White with #2641EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2641EE; }
p { color: rgb(38,65,238); }
H1.HeaderClassName
{
color: #2641EE;
}
.AnyTagClassName
{
color: #2641EE;
}
</style>
background-color css
<style>
a { background-color: #2641EE; }
a { background-color: rgb(38,65,238); }
div.DivClassName
{
background-color: #2641EE;
}
.BgClassName
{
background-color: #2641EE;
}
</style>
border-color css
<style>
span { border-color: #2641EE; }
span { border-color: rgb(38,65,238); }
td.TdClassName
{
border-color: #2641EE;
}
.TagClassName
{
border-color: #2641EE;
}
</style>