Shades of Neon Blue #3237EE
Tints of Neon Blue #3237EE
RGB
CMYK
RGB Variations
Color information
#3237EE (or 0x3237EE) is known color: Neon Blue. HEX triplet: 32, 37 and EE. RGB value is (50,55,238). Sum of RGB (Red+Green+Blue) = 50+55+238=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #3237EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3237EE is #CDC811. Grayscale: #494949. Windows color (decimal): -13486098 or 15611698. OLE color: 15611698.
HSL color Cylindrical-coordinate representation of color #3237EE: hue angle of 238.4º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3237EE is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 55 | 238 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.07 |
| HSL | 238.4º | 0.85% | 0.56% | - |
| HSV(B) | 238.4º | 0.79% | 0.93% | - |
| XYZ | 18.11 | 9.58 | 81.78 | - |
| YUV | 74.37 | 220.34 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 238 | 0.79 | 0.77 | 0 | 0.07 | 238.4 | 0.85 | 0.56 |
| Hex | 32 | 37 | EE | 4F | 4D | 0 | 7 | EE | 55 | 38 |
| Octal | 62 | 67 | 356 | 117 | 115 | 0 | 7 | 356 | 125 | 70 |
| Binary | 110010 | 110111 | 11101110 | 1001111 | 1001101 | 0 | 111 | 11101110 | 1010101 | 111000 |
Color Harmonies of #3237EE
Complementary color
Monochromatic Colors of #3237EE
Black with #3237EE
Text Example
Text Example
White with #3237EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3237EE; }
p { color: rgb(50,55,238); }
H1.HeaderClassName
{
color: #3237EE;
}
.AnyTagClassName
{
color: #3237EE;
}
</style>
background-color css
<style>
a { background-color: #3237EE; }
a { background-color: rgb(50,55,238); }
div.DivClassName
{
background-color: #3237EE;
}
.BgClassName
{
background-color: #3237EE;
}
</style>
border-color css
<style>
span { border-color: #3237EE; }
span { border-color: rgb(50,55,238); }
td.TdClassName
{
border-color: #3237EE;
}
.TagClassName
{
border-color: #3237EE;
}
</style>