Shades of Neon Blue #3145EA
Tints of Neon Blue #3145EA
RGB
CMYK
RGB Variations
Color information
#3145EA (or 0x3145EA) is known color: Neon Blue. HEX triplet: 31, 45 and EA. RGB value is (49,69,234). Sum of RGB (Red+Green+Blue) = 49+69+234=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #3145EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3145EA is #CEBA15. Grayscale: #515151. Windows color (decimal): -13548054 or 15353137. OLE color: 15353137.
HSL color Cylindrical-coordinate representation of color #3145EA: hue angle of 233.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3145EA is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 69 | 234 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.08 |
| HSL | 233.51º | 0.81% | 0.55% | - |
| HSV(B) | 233.51º | 0.79% | 0.92% | - |
| XYZ | 18.25 | 10.85 | 78.97 | - |
| YUV | 81.83 | 213.87 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 234 | 0.79 | 0.71 | 0 | 0.08 | 233.51 | 0.81 | 0.55 |
| Hex | 31 | 45 | EA | 4F | 47 | 0 | 8 | EA | 51 | 37 |
| Octal | 61 | 105 | 352 | 117 | 107 | 0 | 10 | 352 | 121 | 67 |
| Binary | 110001 | 1000101 | 11101010 | 1001111 | 1000111 | 0 | 1000 | 11101010 | 1010001 | 110111 |
Color Harmonies of #3145EA
Complementary color
Monochromatic Colors of #3145EA
Black with #3145EA
Text Example
Text Example
White with #3145EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3145EA; }
p { color: rgb(49,69,234); }
H1.HeaderClassName
{
color: #3145EA;
}
.AnyTagClassName
{
color: #3145EA;
}
</style>
background-color css
<style>
a { background-color: #3145EA; }
a { background-color: rgb(49,69,234); }
div.DivClassName
{
background-color: #3145EA;
}
.BgClassName
{
background-color: #3145EA;
}
</style>
border-color css
<style>
span { border-color: #3145EA; }
span { border-color: rgb(49,69,234); }
td.TdClassName
{
border-color: #3145EA;
}
.TagClassName
{
border-color: #3145EA;
}
</style>