Shades of Neon Blue #3143EA
Tints of Neon Blue #3143EA
RGB
CMYK
RGB Variations
Color information
#3143EA (or 0x3143EA) is known color: Neon Blue. HEX triplet: 31, 43 and EA. RGB value is (49,67,234). Sum of RGB (Red+Green+Blue) = 49+67+234=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #3143EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3143EA is #CEBC15. Grayscale: #4F4F4F. Windows color (decimal): -13548566 or 15352625. OLE color: 15352625.
HSL color Cylindrical-coordinate representation of color #3143EA: hue angle of 234.16º 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 #3143EA is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 67 | 234 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.08 |
| HSL | 234.16º | 0.81% | 0.55% | - |
| HSV(B) | 234.16º | 0.79% | 0.92% | - |
| XYZ | 18.13 | 10.61 | 78.93 | - |
| YUV | 80.66 | 214.54 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 234 | 0.79 | 0.71 | 0 | 0.08 | 234.16 | 0.81 | 0.55 |
| Hex | 31 | 43 | EA | 4F | 47 | 0 | 8 | EA | 51 | 37 |
| Octal | 61 | 103 | 352 | 117 | 107 | 0 | 10 | 352 | 121 | 67 |
| Binary | 110001 | 1000011 | 11101010 | 1001111 | 1000111 | 0 | 1000 | 11101010 | 1010001 | 110111 |
Color Harmonies of #3143EA
Complementary color
Monochromatic Colors of #3143EA
Black with #3143EA
Text Example
Text Example
White with #3143EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143EA; }
p { color: rgb(49,67,234); }
H1.HeaderClassName
{
color: #3143EA;
}
.AnyTagClassName
{
color: #3143EA;
}
</style>
background-color css
<style>
a { background-color: #3143EA; }
a { background-color: rgb(49,67,234); }
div.DivClassName
{
background-color: #3143EA;
}
.BgClassName
{
background-color: #3143EA;
}
</style>
border-color css
<style>
span { border-color: #3143EA; }
span { border-color: rgb(49,67,234); }
td.TdClassName
{
border-color: #3143EA;
}
.TagClassName
{
border-color: #3143EA;
}
</style>