Shades of Neon Blue #213EFF
Tints of Neon Blue #213EFF
RGB
CMYK
RGB Variations
Color information
#213EFF (or 0x213EFF) is known color: Neon Blue. HEX triplet: 21, 3E and FF. RGB value is (33,62,255). Sum of RGB (Red+Green+Blue) = 33+62+255=350 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #213EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213EFF is #DEC100. Grayscale: #4A4A4A. Windows color (decimal): -14598401 or 16727585. OLE color: 16727585.
HSL color Cylindrical-coordinate representation of color #213EFF: hue angle of 232.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213EFF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 62 | 255 | - |
| CMYK | 0.87 | 0.76 | 0 | 0 |
| HSL | 232.16º | 1% | 0.56% | - |
| HSV(B) | 232.16º | 0.87% | 1% | - |
| XYZ | 20.4 | 10.99 | 95.65 | - |
| YUV | 75.33 | 229.39 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 255 | 0.87 | 0.76 | 0 | 0 | 232.16 | 1 | 0.56 |
| Hex | 21 | 3E | FF | 57 | 4C | 0 | 0 | E8 | 64 | 38 |
| Octal | 41 | 76 | 377 | 127 | 114 | 0 | 0 | 350 | 144 | 70 |
| Binary | 100001 | 111110 | 11111111 | 1010111 | 1001100 | 0 | 0 | 11101000 | 1100100 | 111000 |
Color Harmonies of #213EFF
Complementary color
Monochromatic Colors of #213EFF
Black with #213EFF
Text Example
Text Example
White with #213EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213EFF; }
p { color: rgb(33,62,255); }
H1.HeaderClassName
{
color: #213EFF;
}
.AnyTagClassName
{
color: #213EFF;
}
</style>
background-color css
<style>
a { background-color: #213EFF; }
a { background-color: rgb(33,62,255); }
div.DivClassName
{
background-color: #213EFF;
}
.BgClassName
{
background-color: #213EFF;
}
</style>
border-color css
<style>
span { border-color: #213EFF; }
span { border-color: rgb(33,62,255); }
td.TdClassName
{
border-color: #213EFF;
}
.TagClassName
{
border-color: #213EFF;
}
</style>