Shades of Neon Blue #313CEC
Tints of Neon Blue #313CEC
RGB
CMYK
RGB Variations
Color information
#313CEC (or 0x313CEC) is known color: Neon Blue. HEX triplet: 31, 3C and EC. RGB value is (49,60,236). Sum of RGB (Red+Green+Blue) = 49+60+236=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #313CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313CEC is #CEC313. Grayscale: #4C4C4C. Windows color (decimal): -13550356 or 15481905. OLE color: 15481905.
HSL color Cylindrical-coordinate representation of color #313CEC: hue angle of 236.47º degrees, saturation: 0.83, 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 #313CEC is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 60 | 236 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.07 |
| HSL | 236.47º | 0.83% | 0.56% | - |
| HSV(B) | 236.47º | 0.79% | 0.93% | - |
| XYZ | 18.02 | 9.94 | 80.33 | - |
| YUV | 76.78 | 217.86 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 236 | 0.79 | 0.75 | 0 | 0.07 | 236.47 | 0.83 | 0.56 |
| Hex | 31 | 3C | EC | 4F | 4B | 0 | 7 | EC | 53 | 38 |
| Octal | 61 | 74 | 354 | 117 | 113 | 0 | 7 | 354 | 123 | 70 |
| Binary | 110001 | 111100 | 11101100 | 1001111 | 1001011 | 0 | 111 | 11101100 | 1010011 | 111000 |
Color Harmonies of #313CEC
Complementary color
Monochromatic Colors of #313CEC
Black with #313CEC
Text Example
Text Example
White with #313CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313CEC; }
p { color: rgb(49,60,236); }
H1.HeaderClassName
{
color: #313CEC;
}
.AnyTagClassName
{
color: #313CEC;
}
</style>
background-color css
<style>
a { background-color: #313CEC; }
a { background-color: rgb(49,60,236); }
div.DivClassName
{
background-color: #313CEC;
}
.BgClassName
{
background-color: #313CEC;
}
</style>
border-color css
<style>
span { border-color: #313CEC; }
span { border-color: rgb(49,60,236); }
td.TdClassName
{
border-color: #313CEC;
}
.TagClassName
{
border-color: #313CEC;
}
</style>