Shades of Neon Blue #2944EE
Tints of Neon Blue #2944EE
RGB
CMYK
RGB Variations
Color information
#2944EE (or 0x2944EE) is known color: Neon Blue. HEX triplet: 29, 44 and EE. RGB value is (41,68,238). Sum of RGB (Red+Green+Blue) = 41+68+238=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 238 (93.36% from 255 or 68.59% from 347); Max value from RGB is 238 - color contains mainly: blue. Hex color #2944EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2944EE is #D6BB11. Grayscale: #4E4E4E. Windows color (decimal): -14072594 or 15615017. OLE color: 15615017.
HSL color Cylindrical-coordinate representation of color #2944EE: hue angle of 231.78º 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 #2944EE is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 68 | 238 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.07 |
| HSL | 231.78º | 0.85% | 0.55% | - |
| HSV(B) | 231.78º | 0.83% | 0.93% | - |
| XYZ | 18.41 | 10.78 | 82 | - |
| YUV | 79.31 | 217.55 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 238 | 0.83 | 0.71 | 0 | 0.07 | 231.78 | 0.85 | 0.55 |
| Hex | 29 | 44 | EE | 53 | 47 | 0 | 7 | E8 | 55 | 37 |
| Octal | 51 | 104 | 356 | 123 | 107 | 0 | 7 | 350 | 125 | 67 |
| Binary | 101001 | 1000100 | 11101110 | 1010011 | 1000111 | 0 | 111 | 11101000 | 1010101 | 110111 |
Color Harmonies of #2944EE
Complementary color
Monochromatic Colors of #2944EE
Black with #2944EE
Text Example
Text Example
White with #2944EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2944EE; }
p { color: rgb(41,68,238); }
H1.HeaderClassName
{
color: #2944EE;
}
.AnyTagClassName
{
color: #2944EE;
}
</style>
background-color css
<style>
a { background-color: #2944EE; }
a { background-color: rgb(41,68,238); }
div.DivClassName
{
background-color: #2944EE;
}
.BgClassName
{
background-color: #2944EE;
}
</style>
border-color css
<style>
span { border-color: #2944EE; }
span { border-color: rgb(41,68,238); }
td.TdClassName
{
border-color: #2944EE;
}
.TagClassName
{
border-color: #2944EE;
}
</style>