Shades of Neon Blue #212DFF
Tints of Neon Blue #212DFF
RGB
CMYK
RGB Variations
Color information
#212DFF (or 0x212DFF) is known color: Neon Blue. HEX triplet: 21, 2D and FF. RGB value is (33,45,255). Sum of RGB (Red+Green+Blue) = 33+45+255=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #212DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212DFF is #DED200. Grayscale: #404040. Windows color (decimal): -14602753 or 16723233. OLE color: 16723233.
HSL color Cylindrical-coordinate representation of color #212DFF: hue angle of 236.76º 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 #212DFF is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 45 | 255 | - |
| CMYK | 0.87 | 0.82 | 0 | 0 |
| HSL | 236.76º | 1% | 0.56% | - |
| HSV(B) | 236.76º | 0.87% | 1% | - |
| XYZ | 19.62 | 9.42 | 95.39 | - |
| YUV | 65.35 | 235.02 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 255 | 0.87 | 0.82 | 0 | 0 | 236.76 | 1 | 0.56 |
| Hex | 21 | 2D | FF | 57 | 52 | 0 | 0 | ED | 64 | 38 |
| Octal | 41 | 55 | 377 | 127 | 122 | 0 | 0 | 355 | 144 | 70 |
| Binary | 100001 | 101101 | 11111111 | 1010111 | 1010010 | 0 | 0 | 11101101 | 1100100 | 111000 |
Color Harmonies of #212DFF
Complementary color
Monochromatic Colors of #212DFF
Black with #212DFF
Text Example
Text Example
White with #212DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DFF; }
p { color: rgb(33,45,255); }
H1.HeaderClassName
{
color: #212DFF;
}
.AnyTagClassName
{
color: #212DFF;
}
</style>
background-color css
<style>
a { background-color: #212DFF; }
a { background-color: rgb(33,45,255); }
div.DivClassName
{
background-color: #212DFF;
}
.BgClassName
{
background-color: #212DFF;
}
</style>
border-color css
<style>
span { border-color: #212DFF; }
span { border-color: rgb(33,45,255); }
td.TdClassName
{
border-color: #212DFF;
}
.TagClassName
{
border-color: #212DFF;
}
</style>