Shades of Neon Blue #213AFB
Tints of Neon Blue #213AFB
RGB
CMYK
RGB Variations
Color information
#213AFB (or 0x213AFB) is known color: Neon Blue. HEX triplet: 21, 3A and FB. RGB value is (33,58,251). Sum of RGB (Red+Green+Blue) = 33+58+251=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #213AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213AFB is #DEC504. Grayscale: #474747. Windows color (decimal): -14599429 or 16464417. OLE color: 16464417.
HSL color Cylindrical-coordinate representation of color #213AFB: hue angle of 233.12º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213AFB is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 58 | 251 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.02 |
| HSL | 233.12º | 0.96% | 0.56% | - |
| HSV(B) | 233.12º | 0.87% | 0.98% | - |
| XYZ | 19.55 | 10.31 | 92.23 | - |
| YUV | 72.53 | 228.72 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 251 | 0.87 | 0.77 | 0 | 0.02 | 233.12 | 0.96 | 0.56 |
| Hex | 21 | 3A | FB | 57 | 4D | 0 | 2 | E9 | 60 | 38 |
| Octal | 41 | 72 | 373 | 127 | 115 | 0 | 2 | 351 | 140 | 70 |
| Binary | 100001 | 111010 | 11111011 | 1010111 | 1001101 | 0 | 10 | 11101001 | 1100000 | 111000 |
Color Harmonies of #213AFB
Complementary color
Monochromatic Colors of #213AFB
Black with #213AFB
Text Example
Text Example
White with #213AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AFB; }
p { color: rgb(33,58,251); }
H1.HeaderClassName
{
color: #213AFB;
}
.AnyTagClassName
{
color: #213AFB;
}
</style>
background-color css
<style>
a { background-color: #213AFB; }
a { background-color: rgb(33,58,251); }
div.DivClassName
{
background-color: #213AFB;
}
.BgClassName
{
background-color: #213AFB;
}
</style>
border-color css
<style>
span { border-color: #213AFB; }
span { border-color: rgb(33,58,251); }
td.TdClassName
{
border-color: #213AFB;
}
.TagClassName
{
border-color: #213AFB;
}
</style>