Shades of Neon Blue #213EF1
Tints of Neon Blue #213EF1
RGB
CMYK
RGB Variations
Color information
#213EF1 (or 0x213EF1) is known color: Neon Blue. HEX triplet: 21, 3E and F1. RGB value is (33,62,241). Sum of RGB (Red+Green+Blue) = 33+62+241=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #213EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213EF1 is #DEC10E. Grayscale: #484848. Windows color (decimal): -14598415 or 15810081. OLE color: 15810081.
HSL color Cylindrical-coordinate representation of color #213EF1: hue angle of 231.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213EF1 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 62 | 241 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.05 |
| HSL | 231.63º | 0.88% | 0.54% | - |
| HSV(B) | 231.63º | 0.86% | 0.95% | - |
| XYZ | 18.23 | 10.12 | 84.21 | - |
| YUV | 73.74 | 222.39 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 241 | 0.86 | 0.74 | 0 | 0.05 | 231.63 | 0.88 | 0.54 |
| Hex | 21 | 3E | F1 | 56 | 4A | 0 | 5 | E8 | 58 | 36 |
| Octal | 41 | 76 | 361 | 126 | 112 | 0 | 5 | 350 | 130 | 66 |
| Binary | 100001 | 111110 | 11110001 | 1010110 | 1001010 | 0 | 101 | 11101000 | 1011000 | 110110 |
Color Harmonies of #213EF1
Complementary color
Monochromatic Colors of #213EF1
Black with #213EF1
Text Example
Text Example
White with #213EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213EF1; }
p { color: rgb(33,62,241); }
H1.HeaderClassName
{
color: #213EF1;
}
.AnyTagClassName
{
color: #213EF1;
}
</style>
background-color css
<style>
a { background-color: #213EF1; }
a { background-color: rgb(33,62,241); }
div.DivClassName
{
background-color: #213EF1;
}
.BgClassName
{
background-color: #213EF1;
}
</style>
border-color css
<style>
span { border-color: #213EF1; }
span { border-color: rgb(33,62,241); }
td.TdClassName
{
border-color: #213EF1;
}
.TagClassName
{
border-color: #213EF1;
}
</style>