Shades of Neon Blue #2841EE
Tints of Neon Blue #2841EE
RGB
CMYK
RGB Variations
Color information
#2841EE (or 0x2841EE) is known color: Neon Blue. HEX triplet: 28, 41 and EE. RGB value is (40,65,238). Sum of RGB (Red+Green+Blue) = 40+65+238=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #2841EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2841EE is #D7BE11. Grayscale: #4C4C4C. Windows color (decimal): -14138898 or 15614248. OLE color: 15614248.
HSL color Cylindrical-coordinate representation of color #2841EE: hue angle of 232.42º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2841EE is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 65 | 238 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.07 |
| HSL | 232.42º | 0.85% | 0.55% | - |
| HSV(B) | 232.42º | 0.83% | 0.93% | - |
| XYZ | 18.2 | 10.4 | 81.94 | - |
| YUV | 77.25 | 218.72 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 238 | 0.83 | 0.73 | 0 | 0.07 | 232.42 | 0.85 | 0.55 |
| Hex | 28 | 41 | EE | 53 | 49 | 0 | 7 | E8 | 55 | 37 |
| Octal | 50 | 101 | 356 | 123 | 111 | 0 | 7 | 350 | 125 | 67 |
| Binary | 101000 | 1000001 | 11101110 | 1010011 | 1001001 | 0 | 111 | 11101000 | 1010101 | 110111 |
Color Harmonies of #2841EE
Complementary color
Monochromatic Colors of #2841EE
Black with #2841EE
Text Example
Text Example
White with #2841EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2841EE; }
p { color: rgb(40,65,238); }
H1.HeaderClassName
{
color: #2841EE;
}
.AnyTagClassName
{
color: #2841EE;
}
</style>
background-color css
<style>
a { background-color: #2841EE; }
a { background-color: rgb(40,65,238); }
div.DivClassName
{
background-color: #2841EE;
}
.BgClassName
{
background-color: #2841EE;
}
</style>
border-color css
<style>
span { border-color: #2841EE; }
span { border-color: rgb(40,65,238); }
td.TdClassName
{
border-color: #2841EE;
}
.TagClassName
{
border-color: #2841EE;
}
</style>