Shades of Neon Blue #213BFF
Tints of Neon Blue #213BFF
RGB
CMYK
RGB Variations
Color information
#213BFF (or 0x213BFF) is known color: Neon Blue. HEX triplet: 21, 3B and FF. RGB value is (33,59,255). Sum of RGB (Red+Green+Blue) = 33+59+255=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 59 (23.44% from 255 or 17.00% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #213BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213BFF is #DEC400. Grayscale: #484848. Windows color (decimal): -14599169 or 16726817. OLE color: 16726817.
HSL color Cylindrical-coordinate representation of color #213BFF: hue angle of 232.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213BFF is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 59 | 255 | - |
| CMYK | 0.87 | 0.77 | 0 | 0 |
| HSL | 232.97º | 1% | 0.56% | - |
| HSV(B) | 232.97º | 0.87% | 1% | - |
| XYZ | 20.24 | 10.67 | 95.6 | - |
| YUV | 73.57 | 230.39 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 255 | 0.87 | 0.77 | 0 | 0 | 232.97 | 1 | 0.56 |
| Hex | 21 | 3B | FF | 57 | 4D | 0 | 0 | E9 | 64 | 38 |
| Octal | 41 | 73 | 377 | 127 | 115 | 0 | 0 | 351 | 144 | 70 |
| Binary | 100001 | 111011 | 11111111 | 1010111 | 1001101 | 0 | 0 | 11101001 | 1100100 | 111000 |
Color Harmonies of #213BFF
Complementary color
Monochromatic Colors of #213BFF
Black with #213BFF
Text Example
Text Example
White with #213BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BFF; }
p { color: rgb(33,59,255); }
H1.HeaderClassName
{
color: #213BFF;
}
.AnyTagClassName
{
color: #213BFF;
}
</style>
background-color css
<style>
a { background-color: #213BFF; }
a { background-color: rgb(33,59,255); }
div.DivClassName
{
background-color: #213BFF;
}
.BgClassName
{
background-color: #213BFF;
}
</style>
border-color css
<style>
span { border-color: #213BFF; }
span { border-color: rgb(33,59,255); }
td.TdClassName
{
border-color: #213BFF;
}
.TagClassName
{
border-color: #213BFF;
}
</style>