Shades of Neon Blue #213BFA
Tints of Neon Blue #213BFA
RGB
CMYK
RGB Variations
Color information
#213BFA (or 0x213BFA) is known color: Neon Blue. HEX triplet: 21, 3B and FA. RGB value is (33,59,250). Sum of RGB (Red+Green+Blue) = 33+59+250=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #213BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213BFA is #DEC405. Grayscale: #484848. Windows color (decimal): -14599174 or 16399137. OLE color: 16399137.
HSL color Cylindrical-coordinate representation of color #213BFA: hue angle of 232.81º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213BFA is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 59 | 250 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.02 |
| HSL | 232.81º | 0.96% | 0.55% | - |
| HSV(B) | 232.81º | 0.87% | 0.98% | - |
| XYZ | 19.45 | 10.35 | 91.42 | - |
| YUV | 73 | 227.89 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 250 | 0.87 | 0.76 | 0 | 0.02 | 232.81 | 0.96 | 0.55 |
| Hex | 21 | 3B | FA | 57 | 4C | 0 | 2 | E9 | 60 | 37 |
| Octal | 41 | 73 | 372 | 127 | 114 | 0 | 2 | 351 | 140 | 67 |
| Binary | 100001 | 111011 | 11111010 | 1010111 | 1001100 | 0 | 10 | 11101001 | 1100000 | 110111 |
Color Harmonies of #213BFA
Complementary color
Monochromatic Colors of #213BFA
Black with #213BFA
Text Example
Text Example
White with #213BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BFA; }
p { color: rgb(33,59,250); }
H1.HeaderClassName
{
color: #213BFA;
}
.AnyTagClassName
{
color: #213BFA;
}
</style>
background-color css
<style>
a { background-color: #213BFA; }
a { background-color: rgb(33,59,250); }
div.DivClassName
{
background-color: #213BFA;
}
.BgClassName
{
background-color: #213BFA;
}
</style>
border-color css
<style>
span { border-color: #213BFA; }
span { border-color: rgb(33,59,250); }
td.TdClassName
{
border-color: #213BFA;
}
.TagClassName
{
border-color: #213BFA;
}
</style>