Shades of Neon Blue #213AF3
Tints of Neon Blue #213AF3
RGB
CMYK
RGB Variations
Color information
#213AF3 (or 0x213AF3) is known color: Neon Blue. HEX triplet: 21, 3A and F3. RGB value is (33,58,243). Sum of RGB (Red+Green+Blue) = 33+58+243=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 243 (95.31% from 255 or 72.75% from 334); Max value from RGB is 243 - color contains mainly: blue. Hex color #213AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213AF3 is #DEC50C. Grayscale: #464646. Windows color (decimal): -14599437 or 15940129. OLE color: 15940129.
HSL color Cylindrical-coordinate representation of color #213AF3: hue angle of 232.86º degrees, saturation: 0.9, 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 #213AF3 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 58 | 243 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.05 |
| HSL | 232.86º | 0.9% | 0.54% | - |
| HSV(B) | 232.86º | 0.86% | 0.95% | - |
| XYZ | 18.32 | 9.82 | 85.72 | - |
| YUV | 71.62 | 224.72 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 243 | 0.86 | 0.76 | 0 | 0.05 | 232.86 | 0.9 | 0.54 |
| Hex | 21 | 3A | F3 | 56 | 4C | 0 | 5 | E9 | 5A | 36 |
| Octal | 41 | 72 | 363 | 126 | 114 | 0 | 5 | 351 | 132 | 66 |
| Binary | 100001 | 111010 | 11110011 | 1010110 | 1001100 | 0 | 101 | 11101001 | 1011010 | 110110 |
Color Harmonies of #213AF3
Complementary color
Monochromatic Colors of #213AF3
Black with #213AF3
Text Example
Text Example
White with #213AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AF3; }
p { color: rgb(33,58,243); }
H1.HeaderClassName
{
color: #213AF3;
}
.AnyTagClassName
{
color: #213AF3;
}
</style>
background-color css
<style>
a { background-color: #213AF3; }
a { background-color: rgb(33,58,243); }
div.DivClassName
{
background-color: #213AF3;
}
.BgClassName
{
background-color: #213AF3;
}
</style>
border-color css
<style>
span { border-color: #213AF3; }
span { border-color: rgb(33,58,243); }
td.TdClassName
{
border-color: #213AF3;
}
.TagClassName
{
border-color: #213AF3;
}
</style>