Shades of Neon Blue #313EED
Tints of Neon Blue #313EED
RGB
CMYK
RGB Variations
Color information
#313EED (or 0x313EED) is known color: Neon Blue. HEX triplet: 31, 3E and ED. RGB value is (49,62,237). Sum of RGB (Red+Green+Blue) = 49+62+237=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #313EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313EED is #CEC112. Grayscale: #4D4D4D. Windows color (decimal): -13549843 or 15547953. OLE color: 15547953.
HSL color Cylindrical-coordinate representation of color #313EED: hue angle of 235.85º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313EED is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 62 | 237 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.07 |
| HSL | 235.85º | 0.84% | 0.56% | - |
| HSV(B) | 235.85º | 0.79% | 0.93% | - |
| XYZ | 18.28 | 10.21 | 81.13 | - |
| YUV | 78.06 | 217.69 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 237 | 0.79 | 0.74 | 0 | 0.07 | 235.85 | 0.84 | 0.56 |
| Hex | 31 | 3E | ED | 4F | 4A | 0 | 7 | EC | 54 | 38 |
| Octal | 61 | 76 | 355 | 117 | 112 | 0 | 7 | 354 | 124 | 70 |
| Binary | 110001 | 111110 | 11101101 | 1001111 | 1001010 | 0 | 111 | 11101100 | 1010100 | 111000 |
Color Harmonies of #313EED
Complementary color
Monochromatic Colors of #313EED
Black with #313EED
Text Example
Text Example
White with #313EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313EED; }
p { color: rgb(49,62,237); }
H1.HeaderClassName
{
color: #313EED;
}
.AnyTagClassName
{
color: #313EED;
}
</style>
background-color css
<style>
a { background-color: #313EED; }
a { background-color: rgb(49,62,237); }
div.DivClassName
{
background-color: #313EED;
}
.BgClassName
{
background-color: #313EED;
}
</style>
border-color css
<style>
span { border-color: #313EED; }
span { border-color: rgb(49,62,237); }
td.TdClassName
{
border-color: #313EED;
}
.TagClassName
{
border-color: #313EED;
}
</style>