Shades of Neon Blue #2139F6
Tints of Neon Blue #2139F6
RGB
CMYK
RGB Variations
Color information
#2139F6 (or 0x2139F6) is known color: Neon Blue. HEX triplet: 21, 39 and F6. RGB value is (33,57,246). Sum of RGB (Red+Green+Blue) = 33+57+246=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 246 (96.48% from 255 or 73.21% from 336); Max value from RGB is 246 - color contains mainly: blue. Hex color #2139F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2139F6 is #DEC609. Grayscale: #464646. Windows color (decimal): -14599690 or 16136481. OLE color: 16136481.
HSL color Cylindrical-coordinate representation of color #2139F6: hue angle of 233.24º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2139F6 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 57 | 246 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.04 |
| HSL | 233.24º | 0.92% | 0.55% | - |
| HSV(B) | 233.24º | 0.87% | 0.96% | - |
| XYZ | 18.72 | 9.9 | 88.11 | - |
| YUV | 71.37 | 226.55 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 246 | 0.87 | 0.77 | 0 | 0.04 | 233.24 | 0.92 | 0.55 |
| Hex | 21 | 39 | F6 | 57 | 4D | 0 | 4 | E9 | 5C | 37 |
| Octal | 41 | 71 | 366 | 127 | 115 | 0 | 4 | 351 | 134 | 67 |
| Binary | 100001 | 111001 | 11110110 | 1010111 | 1001101 | 0 | 100 | 11101001 | 1011100 | 110111 |
Color Harmonies of #2139F6
Complementary color
Monochromatic Colors of #2139F6
Black with #2139F6
Text Example
Text Example
White with #2139F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2139F6; }
p { color: rgb(33,57,246); }
H1.HeaderClassName
{
color: #2139F6;
}
.AnyTagClassName
{
color: #2139F6;
}
</style>
background-color css
<style>
a { background-color: #2139F6; }
a { background-color: rgb(33,57,246); }
div.DivClassName
{
background-color: #2139F6;
}
.BgClassName
{
background-color: #2139F6;
}
</style>
border-color css
<style>
span { border-color: #2139F6; }
span { border-color: rgb(33,57,246); }
td.TdClassName
{
border-color: #2139F6;
}
.TagClassName
{
border-color: #2139F6;
}
</style>