Shades of Neon Blue #313FE7
Tints of Neon Blue #313FE7
RGB
CMYK
RGB Variations
Color information
#313FE7 (or 0x313FE7) is known color: Neon Blue. HEX triplet: 31, 3F and E7. RGB value is (49,63,231). Sum of RGB (Red+Green+Blue) = 49+63+231=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 231 (90.62% from 255 or 67.35% from 343); Max value from RGB is 231 - color contains mainly: blue. Hex color #313FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #313FE7 is #CEC018. Grayscale: #4D4D4D. Windows color (decimal): -13549593 or 15154993. OLE color: 15154993.
HSL color Cylindrical-coordinate representation of color #313FE7: hue angle of 235.38º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #313FE7 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 63 | 231 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.09 |
| HSL | 235.38º | 0.79% | 0.55% | - |
| HSV(B) | 235.38º | 0.79% | 0.91% | - |
| XYZ | 17.47 | 9.98 | 76.61 | - |
| YUV | 77.97 | 214.36 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 231 | 0.79 | 0.73 | 0 | 0.09 | 235.38 | 0.79 | 0.55 |
| Hex | 31 | 3F | E7 | 4F | 49 | 0 | 9 | EB | 4F | 37 |
| Octal | 61 | 77 | 347 | 117 | 111 | 0 | 11 | 353 | 117 | 67 |
| Binary | 110001 | 111111 | 11100111 | 1001111 | 1001001 | 0 | 1001 | 11101011 | 1001111 | 110111 |
Color Harmonies of #313FE7
Complementary color
Monochromatic Colors of #313FE7
Black with #313FE7
Text Example
Text Example
White with #313FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FE7; }
p { color: rgb(49,63,231); }
H1.HeaderClassName
{
color: #313FE7;
}
.AnyTagClassName
{
color: #313FE7;
}
</style>
background-color css
<style>
a { background-color: #313FE7; }
a { background-color: rgb(49,63,231); }
div.DivClassName
{
background-color: #313FE7;
}
.BgClassName
{
background-color: #313FE7;
}
</style>
border-color css
<style>
span { border-color: #313FE7; }
span { border-color: rgb(49,63,231); }
td.TdClassName
{
border-color: #313FE7;
}
.TagClassName
{
border-color: #313FE7;
}
</style>