Shades of Neon Blue #2948ED
Tints of Neon Blue #2948ED
RGB
CMYK
RGB Variations
Color information
#2948ED (or 0x2948ED) is known color: Neon Blue. HEX triplet: 29, 48 and ED. RGB value is (41,72,237). Sum of RGB (Red+Green+Blue) = 41+72+237=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #2948ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2948ED is #D6B712. Grayscale: #505050. Windows color (decimal): -14071571 or 15550505. OLE color: 15550505.
HSL color Cylindrical-coordinate representation of color #2948ED: hue angle of 230.51º degrees, saturation: 0.84, 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 #2948ED is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 72 | 237 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.07 |
| HSL | 230.51º | 0.84% | 0.55% | - |
| HSV(B) | 230.51º | 0.83% | 0.93% | - |
| XYZ | 18.52 | 11.22 | 81.31 | - |
| YUV | 81.54 | 215.73 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 237 | 0.83 | 0.70 | 0 | 0.07 | 230.51 | 0.84 | 0.55 |
| Hex | 29 | 48 | ED | 53 | 46 | 0 | 7 | E7 | 54 | 37 |
| Octal | 51 | 110 | 355 | 123 | 106 | 0 | 7 | 347 | 124 | 67 |
| Binary | 101001 | 1001000 | 11101101 | 1010011 | 1000110 | 0 | 111 | 11100111 | 1010100 | 110111 |
Color Harmonies of #2948ED
Complementary color
Monochromatic Colors of #2948ED
Black with #2948ED
Text Example
Text Example
White with #2948ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948ED; }
p { color: rgb(41,72,237); }
H1.HeaderClassName
{
color: #2948ED;
}
.AnyTagClassName
{
color: #2948ED;
}
</style>
background-color css
<style>
a { background-color: #2948ED; }
a { background-color: rgb(41,72,237); }
div.DivClassName
{
background-color: #2948ED;
}
.BgClassName
{
background-color: #2948ED;
}
</style>
border-color css
<style>
span { border-color: #2948ED; }
span { border-color: rgb(41,72,237); }
td.TdClassName
{
border-color: #2948ED;
}
.TagClassName
{
border-color: #2948ED;
}
</style>