Shades of Neon Blue #3849EC
Tints of Neon Blue #3849EC
RGB
CMYK
RGB Variations
Color information
#3849EC (or 0x3849EC) is known color: Neon Blue. HEX triplet: 38, 49 and EC. RGB value is (56,73,236). Sum of RGB (Red+Green+Blue) = 56+73+236=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #3849EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3849EC is #C7B613. Grayscale: #555555. Windows color (decimal): -13088276 or 15485240. OLE color: 15485240.
HSL color Cylindrical-coordinate representation of color #3849EC: hue angle of 234.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3849EC is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 73 | 236 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.07 |
| HSL | 234.33º | 0.83% | 0.57% | - |
| HSV(B) | 234.33º | 0.76% | 0.93% | - |
| XYZ | 19.15 | 11.66 | 80.6 | - |
| YUV | 86.5 | 212.37 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 236 | 0.76 | 0.69 | 0 | 0.07 | 234.33 | 0.83 | 0.57 |
| Hex | 38 | 49 | EC | 4C | 45 | 0 | 7 | EA | 53 | 39 |
| Octal | 70 | 111 | 354 | 114 | 105 | 0 | 7 | 352 | 123 | 71 |
| Binary | 111000 | 1001001 | 11101100 | 1001100 | 1000101 | 0 | 111 | 11101010 | 1010011 | 111001 |
Color Harmonies of #3849EC
Complementary color
Monochromatic Colors of #3849EC
Black with #3849EC
Text Example
Text Example
White with #3849EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3849EC; }
p { color: rgb(56,73,236); }
H1.HeaderClassName
{
color: #3849EC;
}
.AnyTagClassName
{
color: #3849EC;
}
</style>
background-color css
<style>
a { background-color: #3849EC; }
a { background-color: rgb(56,73,236); }
div.DivClassName
{
background-color: #3849EC;
}
.BgClassName
{
background-color: #3849EC;
}
</style>
border-color css
<style>
span { border-color: #3849EC; }
span { border-color: rgb(56,73,236); }
td.TdClassName
{
border-color: #3849EC;
}
.TagClassName
{
border-color: #3849EC;
}
</style>