Shades of Neon Blue #2146EF
Tints of Neon Blue #2146EF
RGB
CMYK
RGB Variations
Color information
#2146EF (or 0x2146EF) is known color: Neon Blue. HEX triplet: 21, 46 and EF. RGB value is (33,70,239). Sum of RGB (Red+Green+Blue) = 33+70+239=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #2146EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2146EF is #DEB910. Grayscale: #4D4D4D. Windows color (decimal): -14596369 or 15681057. OLE color: 15681057.
HSL color Cylindrical-coordinate representation of color #2146EF: hue angle of 229.22º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2146EF is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 70 | 239 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.06 |
| HSL | 229.22º | 0.87% | 0.53% | - |
| HSV(B) | 229.22º | 0.86% | 0.94% | - |
| XYZ | 18.4 | 10.94 | 82.8 | - |
| YUV | 78.2 | 218.74 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 239 | 0.86 | 0.71 | 0 | 0.06 | 229.22 | 0.87 | 0.53 |
| Hex | 21 | 46 | EF | 56 | 47 | 0 | 6 | E5 | 57 | 35 |
| Octal | 41 | 106 | 357 | 126 | 107 | 0 | 6 | 345 | 127 | 65 |
| Binary | 100001 | 1000110 | 11101111 | 1010110 | 1000111 | 0 | 110 | 11100101 | 1010111 | 110101 |
Color Harmonies of #2146EF
Complementary color
Monochromatic Colors of #2146EF
Black with #2146EF
Text Example
Text Example
White with #2146EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2146EF; }
p { color: rgb(33,70,239); }
H1.HeaderClassName
{
color: #2146EF;
}
.AnyTagClassName
{
color: #2146EF;
}
</style>
background-color css
<style>
a { background-color: #2146EF; }
a { background-color: rgb(33,70,239); }
div.DivClassName
{
background-color: #2146EF;
}
.BgClassName
{
background-color: #2146EF;
}
</style>
border-color css
<style>
span { border-color: #2146EF; }
span { border-color: rgb(33,70,239); }
td.TdClassName
{
border-color: #2146EF;
}
.TagClassName
{
border-color: #2146EF;
}
</style>