Shades of Neon Blue #2937ED
Tints of Neon Blue #2937ED
RGB
CMYK
RGB Variations
Color information
#2937ED (or 0x2937ED) is known color: Neon Blue. HEX triplet: 29, 37 and ED. RGB value is (41,55,237). Sum of RGB (Red+Green+Blue) = 41+55+237=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #2937ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2937ED is #D6C812. Grayscale: #464646. Windows color (decimal): -14075923 or 15546153. OLE color: 15546153.
HSL color Cylindrical-coordinate representation of color #2937ED: hue angle of 235.71º 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 #2937ED is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 55 | 237 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.07 |
| HSL | 235.71º | 0.84% | 0.55% | - |
| HSV(B) | 235.71º | 0.83% | 0.93% | - |
| XYZ | 17.57 | 9.32 | 80.99 | - |
| YUV | 71.56 | 221.36 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 237 | 0.83 | 0.77 | 0 | 0.07 | 235.71 | 0.84 | 0.55 |
| Hex | 29 | 37 | ED | 53 | 4D | 0 | 7 | EC | 54 | 37 |
| Octal | 51 | 67 | 355 | 123 | 115 | 0 | 7 | 354 | 124 | 67 |
| Binary | 101001 | 110111 | 11101101 | 1010011 | 1001101 | 0 | 111 | 11101100 | 1010100 | 110111 |
Color Harmonies of #2937ED
Complementary color
Monochromatic Colors of #2937ED
Black with #2937ED
Text Example
Text Example
White with #2937ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2937ED; }
p { color: rgb(41,55,237); }
H1.HeaderClassName
{
color: #2937ED;
}
.AnyTagClassName
{
color: #2937ED;
}
</style>
background-color css
<style>
a { background-color: #2937ED; }
a { background-color: rgb(41,55,237); }
div.DivClassName
{
background-color: #2937ED;
}
.BgClassName
{
background-color: #2937ED;
}
</style>
border-color css
<style>
span { border-color: #2937ED; }
span { border-color: rgb(41,55,237); }
td.TdClassName
{
border-color: #2937ED;
}
.TagClassName
{
border-color: #2937ED;
}
</style>