Shades of Neon Blue #3142E5
Tints of Neon Blue #3142E5
RGB
CMYK
RGB Variations
Color information
#3142E5 (or 0x3142E5) is known color: Neon Blue. HEX triplet: 31, 42 and E5. RGB value is (49,66,229). Sum of RGB (Red+Green+Blue) = 49+66+229=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #3142E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3142E5 is #CEBD1A. Grayscale: #4E4E4E. Windows color (decimal): -13548827 or 15024689. OLE color: 15024689.
HSL color Cylindrical-coordinate representation of color #3142E5: hue angle of 234.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3142E5 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 66 | 229 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.10 |
| HSL | 234.33º | 0.78% | 0.55% | - |
| HSV(B) | 234.33º | 0.79% | 0.9% | - |
| XYZ | 17.36 | 10.21 | 75.18 | - |
| YUV | 79.5 | 212.37 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 229 | 0.79 | 0.71 | 0 | 0.10 | 234.33 | 0.78 | 0.55 |
| Hex | 31 | 42 | E5 | 4F | 47 | 0 | A | EA | 4E | 37 |
| Octal | 61 | 102 | 345 | 117 | 107 | 0 | 12 | 352 | 116 | 67 |
| Binary | 110001 | 1000010 | 11100101 | 1001111 | 1000111 | 0 | 1010 | 11101010 | 1001110 | 110111 |
Color Harmonies of #3142E5
Complementary color
Monochromatic Colors of #3142E5
Black with #3142E5
Text Example
Text Example
White with #3142E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3142E5; }
p { color: rgb(49,66,229); }
H1.HeaderClassName
{
color: #3142E5;
}
.AnyTagClassName
{
color: #3142E5;
}
</style>
background-color css
<style>
a { background-color: #3142E5; }
a { background-color: rgb(49,66,229); }
div.DivClassName
{
background-color: #3142E5;
}
.BgClassName
{
background-color: #3142E5;
}
</style>
border-color css
<style>
span { border-color: #3142E5; }
span { border-color: rgb(49,66,229); }
td.TdClassName
{
border-color: #3142E5;
}
.TagClassName
{
border-color: #3142E5;
}
</style>