Shades of Neon Blue #313BED
Tints of Neon Blue #313BED
RGB
CMYK
RGB Variations
Color information
#313BED (or 0x313BED) is known color: Neon Blue. HEX triplet: 31, 3B and ED. RGB value is (49,59,237). Sum of RGB (Red+Green+Blue) = 49+59+237=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #313BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313BED is #CEC412. Grayscale: #4B4B4B. Windows color (decimal): -13550611 or 15547185. OLE color: 15547185.
HSL color Cylindrical-coordinate representation of color #313BED: hue angle of 236.81º 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 #313BED is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 59 | 237 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.07 |
| HSL | 236.81º | 0.84% | 0.56% | - |
| HSV(B) | 236.81º | 0.79% | 0.93% | - |
| XYZ | 18.12 | 9.9 | 81.08 | - |
| YUV | 76.3 | 218.69 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 237 | 0.79 | 0.75 | 0 | 0.07 | 236.81 | 0.84 | 0.56 |
| Hex | 31 | 3B | ED | 4F | 4B | 0 | 7 | ED | 54 | 38 |
| Octal | 61 | 73 | 355 | 117 | 113 | 0 | 7 | 355 | 124 | 70 |
| Binary | 110001 | 111011 | 11101101 | 1001111 | 1001011 | 0 | 111 | 11101101 | 1010100 | 111000 |
Color Harmonies of #313BED
Complementary color
Monochromatic Colors of #313BED
Black with #313BED
Text Example
Text Example
White with #313BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BED; }
p { color: rgb(49,59,237); }
H1.HeaderClassName
{
color: #313BED;
}
.AnyTagClassName
{
color: #313BED;
}
</style>
background-color css
<style>
a { background-color: #313BED; }
a { background-color: rgb(49,59,237); }
div.DivClassName
{
background-color: #313BED;
}
.BgClassName
{
background-color: #313BED;
}
</style>
border-color css
<style>
span { border-color: #313BED; }
span { border-color: rgb(49,59,237); }
td.TdClassName
{
border-color: #313BED;
}
.TagClassName
{
border-color: #313BED;
}
</style>