Shades of Neon Blue #312EFE
Tints of Neon Blue #312EFE
RGB
CMYK
RGB Variations
Color information
#312EFE (or 0x312EFE) is known color: Neon Blue. HEX triplet: 31, 2E and FE. RGB value is (49,46,254). Sum of RGB (Red+Green+Blue) = 49+46+254=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #312EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #312EFE is #CED101. Grayscale: #454545. Windows color (decimal): -13553922 or 16657969. OLE color: 16657969.
HSL color Cylindrical-coordinate representation of color #312EFE: hue angle of 240.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312EFE is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 46 | 254 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.00 |
| HSL | 240.87º | 0.99% | 0.59% | - |
| HSV(B) | 240.87º | 0.82% | 1% | - |
| XYZ | 20.13 | 9.76 | 94.59 | - |
| YUV | 70.61 | 231.49 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 254 | 0.81 | 0.82 | 0 | 0.00 | 240.87 | 0.99 | 0.59 |
| Hex | 31 | 2E | FE | 51 | 52 | 0 | 0 | F1 | 63 | 3B |
| Octal | 61 | 56 | 376 | 121 | 122 | 0 | 0 | 361 | 143 | 73 |
| Binary | 110001 | 101110 | 11111110 | 1010001 | 1010010 | 0 | 0 | 11110001 | 1100011 | 111011 |
Color Harmonies of #312EFE
Complementary color
Monochromatic Colors of #312EFE
Black with #312EFE
Text Example
Text Example
White with #312EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312EFE; }
p { color: rgb(49,46,254); }
H1.HeaderClassName
{
color: #312EFE;
}
.AnyTagClassName
{
color: #312EFE;
}
</style>
background-color css
<style>
a { background-color: #312EFE; }
a { background-color: rgb(49,46,254); }
div.DivClassName
{
background-color: #312EFE;
}
.BgClassName
{
background-color: #312EFE;
}
</style>
border-color css
<style>
span { border-color: #312EFE; }
span { border-color: rgb(49,46,254); }
td.TdClassName
{
border-color: #312EFE;
}
.TagClassName
{
border-color: #312EFE;
}
</style>