Shades of Neon Blue #213DF0
Tints of Neon Blue #213DF0
RGB
CMYK
RGB Variations
Color information
#213DF0 (or 0x213DF0) is known color: Neon Blue. HEX triplet: 21, 3D and F0. RGB value is (33,61,240). Sum of RGB (Red+Green+Blue) = 33+61+240=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 240 (94.14% from 255 or 71.86% from 334); Max value from RGB is 240 - color contains mainly: blue. Hex color #213DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213DF0 is #DEC20F. Grayscale: #484848. Windows color (decimal): -14598672 or 15744289. OLE color: 15744289.
HSL color Cylindrical-coordinate representation of color #213DF0: hue angle of 231.88º 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 #213DF0 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 61 | 240 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.06 |
| HSL | 231.88º | 0.87% | 0.54% | - |
| HSV(B) | 231.88º | 0.86% | 0.94% | - |
| XYZ | 18.02 | 9.95 | 83.41 | - |
| YUV | 73.03 | 222.22 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 240 | 0.86 | 0.75 | 0 | 0.06 | 231.88 | 0.87 | 0.54 |
| Hex | 21 | 3D | F0 | 56 | 4B | 0 | 6 | E8 | 57 | 36 |
| Octal | 41 | 75 | 360 | 126 | 113 | 0 | 6 | 350 | 127 | 66 |
| Binary | 100001 | 111101 | 11110000 | 1010110 | 1001011 | 0 | 110 | 11101000 | 1010111 | 110110 |
Color Harmonies of #213DF0
Complementary color
Monochromatic Colors of #213DF0
Black with #213DF0
Text Example
Text Example
White with #213DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DF0; }
p { color: rgb(33,61,240); }
H1.HeaderClassName
{
color: #213DF0;
}
.AnyTagClassName
{
color: #213DF0;
}
</style>
background-color css
<style>
a { background-color: #213DF0; }
a { background-color: rgb(33,61,240); }
div.DivClassName
{
background-color: #213DF0;
}
.BgClassName
{
background-color: #213DF0;
}
</style>
border-color css
<style>
span { border-color: #213DF0; }
span { border-color: rgb(33,61,240); }
td.TdClassName
{
border-color: #213DF0;
}
.TagClassName
{
border-color: #213DF0;
}
</style>