Shades of Neon Blue #312EEC
Tints of Neon Blue #312EEC
RGB
CMYK
RGB Variations
Color information
#312EEC (or 0x312EEC) is known color: Neon Blue. HEX triplet: 31, 2E and EC. RGB value is (49,46,236). Sum of RGB (Red+Green+Blue) = 49+46+236=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #312EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312EEC is #CED113. Grayscale: #434343. Windows color (decimal): -13553940 or 15478321. OLE color: 15478321.
HSL color Cylindrical-coordinate representation of color #312EEC: hue angle of 240.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312EEC is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 46 | 236 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.07 |
| HSL | 240.95º | 0.83% | 0.55% | - |
| HSV(B) | 240.95º | 0.81% | 0.93% | - |
| XYZ | 17.38 | 8.66 | 80.11 | - |
| YUV | 68.56 | 222.49 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 236 | 0.79 | 0.81 | 0 | 0.07 | 240.95 | 0.83 | 0.55 |
| Hex | 31 | 2E | EC | 4F | 51 | 0 | 7 | F1 | 53 | 37 |
| Octal | 61 | 56 | 354 | 117 | 121 | 0 | 7 | 361 | 123 | 67 |
| Binary | 110001 | 101110 | 11101100 | 1001111 | 1010001 | 0 | 111 | 11110001 | 1010011 | 110111 |
Color Harmonies of #312EEC
Complementary color
Monochromatic Colors of #312EEC
Black with #312EEC
Text Example
Text Example
White with #312EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312EEC; }
p { color: rgb(49,46,236); }
H1.HeaderClassName
{
color: #312EEC;
}
.AnyTagClassName
{
color: #312EEC;
}
</style>
background-color css
<style>
a { background-color: #312EEC; }
a { background-color: rgb(49,46,236); }
div.DivClassName
{
background-color: #312EEC;
}
.BgClassName
{
background-color: #312EEC;
}
</style>
border-color css
<style>
span { border-color: #312EEC; }
span { border-color: rgb(49,46,236); }
td.TdClassName
{
border-color: #312EEC;
}
.TagClassName
{
border-color: #312EEC;
}
</style>