Shades of Neon Blue #2241ED
Tints of Neon Blue #2241ED
RGB
CMYK
RGB Variations
Color information
#2241ED (or 0x2241ED) is known color: Neon Blue. HEX triplet: 22, 41 and ED. RGB value is (34,65,237). Sum of RGB (Red+Green+Blue) = 34+65+237=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #2241ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2241ED is #DDBE12. Grayscale: #4A4A4A. Windows color (decimal): -14532115 or 15548706. OLE color: 15548706.
HSL color Cylindrical-coordinate representation of color #2241ED: hue angle of 230.84º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2241ED is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 65 | 237 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.07 |
| HSL | 230.84º | 0.85% | 0.53% | - |
| HSV(B) | 230.84º | 0.86% | 0.93% | - |
| XYZ | 17.84 | 10.24 | 81.16 | - |
| YUV | 75.34 | 219.23 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 65 | 237 | 0.86 | 0.73 | 0 | 0.07 | 230.84 | 0.85 | 0.53 |
| Hex | 22 | 41 | ED | 56 | 49 | 0 | 7 | E7 | 55 | 35 |
| Octal | 42 | 101 | 355 | 126 | 111 | 0 | 7 | 347 | 125 | 65 |
| Binary | 100010 | 1000001 | 11101101 | 1010110 | 1001001 | 0 | 111 | 11100111 | 1010101 | 110101 |
Color Harmonies of #2241ED
Complementary color
Monochromatic Colors of #2241ED
Black with #2241ED
Text Example
Text Example
White with #2241ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2241ED; }
p { color: rgb(34,65,237); }
H1.HeaderClassName
{
color: #2241ED;
}
.AnyTagClassName
{
color: #2241ED;
}
</style>
background-color css
<style>
a { background-color: #2241ED; }
a { background-color: rgb(34,65,237); }
div.DivClassName
{
background-color: #2241ED;
}
.BgClassName
{
background-color: #2241ED;
}
</style>
border-color css
<style>
span { border-color: #2241ED; }
span { border-color: rgb(34,65,237); }
td.TdClassName
{
border-color: #2241ED;
}
.TagClassName
{
border-color: #2241ED;
}
</style>