Shades of Neon Blue #312FE5
Tints of Neon Blue #312FE5
RGB
CMYK
RGB Variations
Color information
#312FE5 (or 0x312FE5) is known color: Neon Blue. HEX triplet: 31, 2F and E5. RGB value is (49,47,229). Sum of RGB (Red+Green+Blue) = 49+47+229=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 229 (89.84% from 255 or 70.46% from 325); Max value from RGB is 229 - color contains mainly: blue. Hex color #312FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312FE5 is #CED01A. Grayscale: #434343. Windows color (decimal): -13553691 or 15019825. OLE color: 15019825.
HSL color Cylindrical-coordinate representation of color #312FE5: hue angle of 240.66º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312FE5 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 47 | 229 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.10 |
| HSL | 240.66º | 0.78% | 0.54% | - |
| HSV(B) | 240.66º | 0.79% | 0.9% | - |
| XYZ | 16.43 | 8.34 | 74.87 | - |
| YUV | 68.35 | 218.66 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 47 | 229 | 0.79 | 0.79 | 0 | 0.10 | 240.66 | 0.78 | 0.54 |
| Hex | 31 | 2F | E5 | 4F | 4F | 0 | A | F1 | 4E | 36 |
| Octal | 61 | 57 | 345 | 117 | 117 | 0 | 12 | 361 | 116 | 66 |
| Binary | 110001 | 101111 | 11100101 | 1001111 | 1001111 | 0 | 1010 | 11110001 | 1001110 | 110110 |
Color Harmonies of #312FE5
Complementary color
Monochromatic Colors of #312FE5
Black with #312FE5
Text Example
Text Example
White with #312FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312FE5; }
p { color: rgb(49,47,229); }
H1.HeaderClassName
{
color: #312FE5;
}
.AnyTagClassName
{
color: #312FE5;
}
</style>
background-color css
<style>
a { background-color: #312FE5; }
a { background-color: rgb(49,47,229); }
div.DivClassName
{
background-color: #312FE5;
}
.BgClassName
{
background-color: #312FE5;
}
</style>
border-color css
<style>
span { border-color: #312FE5; }
span { border-color: rgb(49,47,229); }
td.TdClassName
{
border-color: #312FE5;
}
.TagClassName
{
border-color: #312FE5;
}
</style>