Shades of Neon Blue #213EEE
Tints of Neon Blue #213EEE
RGB
CMYK
RGB Variations
Color information
#213EEE (or 0x213EEE) is known color: Neon Blue. HEX triplet: 21, 3E and EE. RGB value is (33,62,238). Sum of RGB (Red+Green+Blue) = 33+62+238=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #213EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213EEE is #DEC111. Grayscale: #484848. Windows color (decimal): -14598418 or 15613473. OLE color: 15613473.
HSL color Cylindrical-coordinate representation of color #213EEE: hue angle of 231.51º degrees, saturation: 0.86, 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 #213EEE is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 62 | 238 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.07 |
| HSL | 231.51º | 0.86% | 0.53% | - |
| HSV(B) | 231.51º | 0.86% | 0.93% | - |
| XYZ | 17.78 | 9.94 | 81.87 | - |
| YUV | 73.39 | 220.89 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 238 | 0.86 | 0.74 | 0 | 0.07 | 231.51 | 0.86 | 0.53 |
| Hex | 21 | 3E | EE | 56 | 4A | 0 | 7 | E8 | 56 | 35 |
| Octal | 41 | 76 | 356 | 126 | 112 | 0 | 7 | 350 | 126 | 65 |
| Binary | 100001 | 111110 | 11101110 | 1010110 | 1001010 | 0 | 111 | 11101000 | 1010110 | 110101 |
Color Harmonies of #213EEE
Complementary color
Monochromatic Colors of #213EEE
Black with #213EEE
Text Example
Text Example
White with #213EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213EEE; }
p { color: rgb(33,62,238); }
H1.HeaderClassName
{
color: #213EEE;
}
.AnyTagClassName
{
color: #213EEE;
}
</style>
background-color css
<style>
a { background-color: #213EEE; }
a { background-color: rgb(33,62,238); }
div.DivClassName
{
background-color: #213EEE;
}
.BgClassName
{
background-color: #213EEE;
}
</style>
border-color css
<style>
span { border-color: #213EEE; }
span { border-color: rgb(33,62,238); }
td.TdClassName
{
border-color: #213EEE;
}
.TagClassName
{
border-color: #213EEE;
}
</style>