Shades of Neon Blue #3140EA
Tints of Neon Blue #3140EA
RGB
CMYK
RGB Variations
Color information
#3140EA (or 0x3140EA) is known color: Neon Blue. HEX triplet: 31, 40 and EA. RGB value is (49,64,234). Sum of RGB (Red+Green+Blue) = 49+64+234=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #3140EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3140EA is #CEBF15. Grayscale: #4E4E4E. Windows color (decimal): -13549334 or 15351857. OLE color: 15351857.
HSL color Cylindrical-coordinate representation of color #3140EA: hue angle of 235.14º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3140EA is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 64 | 234 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.08 |
| HSL | 235.14º | 0.81% | 0.55% | - |
| HSV(B) | 235.14º | 0.79% | 0.92% | - |
| XYZ | 17.95 | 10.26 | 78.88 | - |
| YUV | 78.9 | 215.53 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 234 | 0.79 | 0.73 | 0 | 0.08 | 235.14 | 0.81 | 0.55 |
| Hex | 31 | 40 | EA | 4F | 49 | 0 | 8 | EB | 51 | 37 |
| Octal | 61 | 100 | 352 | 117 | 111 | 0 | 10 | 353 | 121 | 67 |
| Binary | 110001 | 1000000 | 11101010 | 1001111 | 1001001 | 0 | 1000 | 11101011 | 1010001 | 110111 |
Color Harmonies of #3140EA
Complementary color
Monochromatic Colors of #3140EA
Black with #3140EA
Text Example
Text Example
White with #3140EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3140EA; }
p { color: rgb(49,64,234); }
H1.HeaderClassName
{
color: #3140EA;
}
.AnyTagClassName
{
color: #3140EA;
}
</style>
background-color css
<style>
a { background-color: #3140EA; }
a { background-color: rgb(49,64,234); }
div.DivClassName
{
background-color: #3140EA;
}
.BgClassName
{
background-color: #3140EA;
}
</style>
border-color css
<style>
span { border-color: #3140EA; }
span { border-color: rgb(49,64,234); }
td.TdClassName
{
border-color: #3140EA;
}
.TagClassName
{
border-color: #3140EA;
}
</style>