Shades of Neon Blue #213AF0
Tints of Neon Blue #213AF0
RGB
CMYK
RGB Variations
Color information
#213AF0 (or 0x213AF0) is known color: Neon Blue. HEX triplet: 21, 3A and F0. RGB value is (33,58,240). Sum of RGB (Red+Green+Blue) = 33+58+240=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 240 (94.14% from 255 or 72.51% from 331); Max value from RGB is 240 - color contains mainly: blue. Hex color #213AF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213AF0 is #DEC50F. Grayscale: #464646. Windows color (decimal): -14599440 or 15743521. OLE color: 15743521.
HSL color Cylindrical-coordinate representation of color #213AF0: hue angle of 232.75º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213AF0 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 58 | 240 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.06 |
| HSL | 232.75º | 0.87% | 0.54% | - |
| HSV(B) | 232.75º | 0.86% | 0.94% | - |
| XYZ | 17.87 | 9.64 | 83.36 | - |
| YUV | 71.27 | 223.22 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 240 | 0.86 | 0.76 | 0 | 0.06 | 232.75 | 0.87 | 0.54 |
| Hex | 21 | 3A | F0 | 56 | 4C | 0 | 6 | E9 | 57 | 36 |
| Octal | 41 | 72 | 360 | 126 | 114 | 0 | 6 | 351 | 127 | 66 |
| Binary | 100001 | 111010 | 11110000 | 1010110 | 1001100 | 0 | 110 | 11101001 | 1010111 | 110110 |
Color Harmonies of #213AF0
Complementary color
Monochromatic Colors of #213AF0
Black with #213AF0
Text Example
Text Example
White with #213AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AF0; }
p { color: rgb(33,58,240); }
H1.HeaderClassName
{
color: #213AF0;
}
.AnyTagClassName
{
color: #213AF0;
}
</style>
background-color css
<style>
a { background-color: #213AF0; }
a { background-color: rgb(33,58,240); }
div.DivClassName
{
background-color: #213AF0;
}
.BgClassName
{
background-color: #213AF0;
}
</style>
border-color css
<style>
span { border-color: #213AF0; }
span { border-color: rgb(33,58,240); }
td.TdClassName
{
border-color: #213AF0;
}
.TagClassName
{
border-color: #213AF0;
}
</style>