Shades of Neon Blue #2937FE
Tints of Neon Blue #2937FE
RGB
CMYK
RGB Variations
Color information
#2937FE (or 0x2937FE) is known color: Neon Blue. HEX triplet: 29, 37 and FE. RGB value is (41,55,254). Sum of RGB (Red+Green+Blue) = 41+55+254=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #2937FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2937FE is #D6C801. Grayscale: #484848. Windows color (decimal): -14075906 or 16660265. OLE color: 16660265.
HSL color Cylindrical-coordinate representation of color #2937FE: hue angle of 236.06º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2937FE is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 55 | 254 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.00 |
| HSL | 236.06º | 0.99% | 0.58% | - |
| HSV(B) | 236.06º | 0.84% | 1% | - |
| XYZ | 20.17 | 10.36 | 94.7 | - |
| YUV | 73.5 | 229.86 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 254 | 0.84 | 0.78 | 0 | 0.00 | 236.06 | 0.99 | 0.58 |
| Hex | 29 | 37 | FE | 54 | 4E | 0 | 0 | EC | 63 | 3A |
| Octal | 51 | 67 | 376 | 124 | 116 | 0 | 0 | 354 | 143 | 72 |
| Binary | 101001 | 110111 | 11111110 | 1010100 | 1001110 | 0 | 0 | 11101100 | 1100011 | 111010 |
Color Harmonies of #2937FE
Complementary color
Monochromatic Colors of #2937FE
Black with #2937FE
Text Example
Text Example
White with #2937FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2937FE; }
p { color: rgb(41,55,254); }
H1.HeaderClassName
{
color: #2937FE;
}
.AnyTagClassName
{
color: #2937FE;
}
</style>
background-color css
<style>
a { background-color: #2937FE; }
a { background-color: rgb(41,55,254); }
div.DivClassName
{
background-color: #2937FE;
}
.BgClassName
{
background-color: #2937FE;
}
</style>
border-color css
<style>
span { border-color: #2937FE; }
span { border-color: rgb(41,55,254); }
td.TdClassName
{
border-color: #2937FE;
}
.TagClassName
{
border-color: #2937FE;
}
</style>