Shades of Neon Blue #2140F2
Tints of Neon Blue #2140F2
RGB
CMYK
RGB Variations
Color information
#2140F2 (or 0x2140F2) is known color: Neon Blue. HEX triplet: 21, 40 and F2. RGB value is (33,64,242). Sum of RGB (Red+Green+Blue) = 33+64+242=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #2140F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2140F2 is #DEBF0D. Grayscale: #4A4A4A. Windows color (decimal): -14597902 or 15876129. OLE color: 15876129.
HSL color Cylindrical-coordinate representation of color #2140F2: hue angle of 231.1º degrees, saturation: 0.89, 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 #2140F2 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 64 | 242 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.05 |
| HSL | 231.1º | 0.89% | 0.54% | - |
| HSV(B) | 231.1º | 0.86% | 0.95% | - |
| XYZ | 18.49 | 10.4 | 85.04 | - |
| YUV | 75.02 | 222.23 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 242 | 0.86 | 0.74 | 0 | 0.05 | 231.1 | 0.89 | 0.54 |
| Hex | 21 | 40 | F2 | 56 | 4A | 0 | 5 | E7 | 59 | 36 |
| Octal | 41 | 100 | 362 | 126 | 112 | 0 | 5 | 347 | 131 | 66 |
| Binary | 100001 | 1000000 | 11110010 | 1010110 | 1001010 | 0 | 101 | 11100111 | 1011001 | 110110 |
Color Harmonies of #2140F2
Complementary color
Monochromatic Colors of #2140F2
Black with #2140F2
Text Example
Text Example
White with #2140F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140F2; }
p { color: rgb(33,64,242); }
H1.HeaderClassName
{
color: #2140F2;
}
.AnyTagClassName
{
color: #2140F2;
}
</style>
background-color css
<style>
a { background-color: #2140F2; }
a { background-color: rgb(33,64,242); }
div.DivClassName
{
background-color: #2140F2;
}
.BgClassName
{
background-color: #2140F2;
}
</style>
border-color css
<style>
span { border-color: #2140F2; }
span { border-color: rgb(33,64,242); }
td.TdClassName
{
border-color: #2140F2;
}
.TagClassName
{
border-color: #2140F2;
}
</style>