Shades of Neon Blue #212DF3
Tints of Neon Blue #212DF3
RGB
CMYK
RGB Variations
Color information
#212DF3 (or 0x212DF3) is known color: Neon Blue. HEX triplet: 21, 2D and F3. RGB value is (33,45,243). Sum of RGB (Red+Green+Blue) = 33+45+243=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 243 (95.31% from 255 or 75.70% from 321); Max value from RGB is 243 - color contains mainly: blue. Hex color #212DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212DF3 is #DED20C. Grayscale: #3F3F3F. Windows color (decimal): -14602765 or 15936801. OLE color: 15936801.
HSL color Cylindrical-coordinate representation of color #212DF3: hue angle of 236.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212DF3 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 45 | 243 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.05 |
| HSL | 236.57º | 0.9% | 0.54% | - |
| HSV(B) | 236.57º | 0.86% | 0.95% | - |
| XYZ | 17.74 | 8.67 | 85.53 | - |
| YUV | 63.98 | 229.02 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 243 | 0.86 | 0.81 | 0 | 0.05 | 236.57 | 0.9 | 0.54 |
| Hex | 21 | 2D | F3 | 56 | 51 | 0 | 5 | ED | 5A | 36 |
| Octal | 41 | 55 | 363 | 126 | 121 | 0 | 5 | 355 | 132 | 66 |
| Binary | 100001 | 101101 | 11110011 | 1010110 | 1010001 | 0 | 101 | 11101101 | 1011010 | 110110 |
Color Harmonies of #212DF3
Complementary color
Monochromatic Colors of #212DF3
Black with #212DF3
Text Example
Text Example
White with #212DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DF3; }
p { color: rgb(33,45,243); }
H1.HeaderClassName
{
color: #212DF3;
}
.AnyTagClassName
{
color: #212DF3;
}
</style>
background-color css
<style>
a { background-color: #212DF3; }
a { background-color: rgb(33,45,243); }
div.DivClassName
{
background-color: #212DF3;
}
.BgClassName
{
background-color: #212DF3;
}
</style>
border-color css
<style>
span { border-color: #212DF3; }
span { border-color: rgb(33,45,243); }
td.TdClassName
{
border-color: #212DF3;
}
.TagClassName
{
border-color: #212DF3;
}
</style>