Shades of Neon Blue #313EEA
Tints of Neon Blue #313EEA
RGB
CMYK
RGB Variations
Color information
#313EEA (or 0x313EEA) is known color: Neon Blue. HEX triplet: 31, 3E and EA. RGB value is (49,62,234). Sum of RGB (Red+Green+Blue) = 49+62+234=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #313EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313EEA is #CEC115. Grayscale: #4D4D4D. Windows color (decimal): -13549846 or 15351345. OLE color: 15351345.
HSL color Cylindrical-coordinate representation of color #313EEA: hue angle of 235.78º 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 #313EEA is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 62 | 234 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.08 |
| HSL | 235.78º | 0.81% | 0.55% | - |
| HSV(B) | 235.78º | 0.79% | 0.92% | - |
| XYZ | 17.84 | 10.04 | 78.84 | - |
| YUV | 77.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 234 | 0.79 | 0.74 | 0 | 0.08 | 235.78 | 0.81 | 0.55 |
| Hex | 31 | 3E | EA | 4F | 4A | 0 | 8 | EC | 51 | 37 |
| Octal | 61 | 76 | 352 | 117 | 112 | 0 | 10 | 354 | 121 | 67 |
| Binary | 110001 | 111110 | 11101010 | 1001111 | 1001010 | 0 | 1000 | 11101100 | 1010001 | 110111 |
Color Harmonies of #313EEA
Complementary color
Monochromatic Colors of #313EEA
Black with #313EEA
Text Example
Text Example
White with #313EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313EEA; }
p { color: rgb(49,62,234); }
H1.HeaderClassName
{
color: #313EEA;
}
.AnyTagClassName
{
color: #313EEA;
}
</style>
background-color css
<style>
a { background-color: #313EEA; }
a { background-color: rgb(49,62,234); }
div.DivClassName
{
background-color: #313EEA;
}
.BgClassName
{
background-color: #313EEA;
}
</style>
border-color css
<style>
span { border-color: #313EEA; }
span { border-color: rgb(49,62,234); }
td.TdClassName
{
border-color: #313EEA;
}
.TagClassName
{
border-color: #313EEA;
}
</style>