Shades of Neon Blue #313CED
Tints of Neon Blue #313CED
RGB
CMYK
RGB Variations
Color information
#313CED (or 0x313CED) is known color: Neon Blue. HEX triplet: 31, 3C and ED. RGB value is (49,60,237). Sum of RGB (Red+Green+Blue) = 49+60+237=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #313CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CED is #CEC312. Grayscale: #4C4C4C. Windows color (decimal): -13550355 or 15547441. OLE color: 15547441.
HSL color Cylindrical-coordinate representation of color #313CED: hue angle of 236.49º 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 #313CED is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 60 | 237 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.07 |
| HSL | 236.49º | 0.84% | 0.56% | - |
| HSV(B) | 236.49º | 0.79% | 0.93% | - |
| XYZ | 18.17 | 10 | 81.09 | - |
| YUV | 76.89 | 218.36 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 237 | 0.79 | 0.75 | 0 | 0.07 | 236.49 | 0.84 | 0.56 |
| Hex | 31 | 3C | ED | 4F | 4B | 0 | 7 | EC | 54 | 38 |
| Octal | 61 | 74 | 355 | 117 | 113 | 0 | 7 | 354 | 124 | 70 |
| Binary | 110001 | 111100 | 11101101 | 1001111 | 1001011 | 0 | 111 | 11101100 | 1010100 | 111000 |
Color Harmonies of #313CED
Complementary color
Monochromatic Colors of #313CED
Black with #313CED
Text Example
Text Example
White with #313CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CED; }
p { color: rgb(49,60,237); }
H1.HeaderClassName
{
color: #313CED;
}
.AnyTagClassName
{
color: #313CED;
}
</style>
background-color css
<style>
a { background-color: #313CED; }
a { background-color: rgb(49,60,237); }
div.DivClassName
{
background-color: #313CED;
}
.BgClassName
{
background-color: #313CED;
}
</style>
border-color css
<style>
span { border-color: #313CED; }
span { border-color: rgb(49,60,237); }
td.TdClassName
{
border-color: #313CED;
}
.TagClassName
{
border-color: #313CED;
}
</style>