Shades of Neon Blue #213FEE
Tints of Neon Blue #213FEE
RGB
CMYK
RGB Variations
Color information
#213FEE (or 0x213FEE) is known color: Neon Blue. HEX triplet: 21, 3F and EE. RGB value is (33,63,238). Sum of RGB (Red+Green+Blue) = 33+63+238=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #213FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213FEE is #DEC011. Grayscale: #494949. Windows color (decimal): -14598162 or 15613729. OLE color: 15613729.
HSL color Cylindrical-coordinate representation of color #213FEE: hue angle of 231.22º 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 #213FEE is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 63 | 238 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.07 |
| HSL | 231.22º | 0.86% | 0.53% | - |
| HSV(B) | 231.22º | 0.86% | 0.93% | - |
| XYZ | 17.84 | 10.05 | 81.89 | - |
| YUV | 73.98 | 220.56 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 238 | 0.86 | 0.74 | 0 | 0.07 | 231.22 | 0.86 | 0.53 |
| Hex | 21 | 3F | EE | 56 | 4A | 0 | 7 | E7 | 56 | 35 |
| Octal | 41 | 77 | 356 | 126 | 112 | 0 | 7 | 347 | 126 | 65 |
| Binary | 100001 | 111111 | 11101110 | 1010110 | 1001010 | 0 | 111 | 11100111 | 1010110 | 110101 |
Color Harmonies of #213FEE
Complementary color
Monochromatic Colors of #213FEE
Black with #213FEE
Text Example
Text Example
White with #213FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FEE; }
p { color: rgb(33,63,238); }
H1.HeaderClassName
{
color: #213FEE;
}
.AnyTagClassName
{
color: #213FEE;
}
</style>
background-color css
<style>
a { background-color: #213FEE; }
a { background-color: rgb(33,63,238); }
div.DivClassName
{
background-color: #213FEE;
}
.BgClassName
{
background-color: #213FEE;
}
</style>
border-color css
<style>
span { border-color: #213FEE; }
span { border-color: rgb(33,63,238); }
td.TdClassName
{
border-color: #213FEE;
}
.TagClassName
{
border-color: #213FEE;
}
</style>