Shades of Neon Blue #3846EB
Tints of Neon Blue #3846EB
RGB
CMYK
RGB Variations
Color information
#3846EB (or 0x3846EB) is known color: Neon Blue. HEX triplet: 38, 46 and EB. RGB value is (56,70,235). Sum of RGB (Red+Green+Blue) = 56+70+235=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #3846EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3846EB is #C7B914. Grayscale: #535353. Windows color (decimal): -13089045 or 15418936. OLE color: 15418936.
HSL color Cylindrical-coordinate representation of color #3846EB: hue angle of 235.31º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3846EB is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 56 | 70 | 235 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.08 |
| HSL | 235.31º | 0.82% | 0.57% | - |
| HSV(B) | 235.31º | 0.76% | 0.92% | - |
| XYZ | 18.82 | 11.22 | 79.77 | - |
| YUV | 84.62 | 212.86 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 235 | 0.76 | 0.70 | 0 | 0.08 | 235.31 | 0.82 | 0.57 |
| Hex | 38 | 46 | EB | 4C | 46 | 0 | 8 | EB | 52 | 39 |
| Octal | 70 | 106 | 353 | 114 | 106 | 0 | 10 | 353 | 122 | 71 |
| Binary | 111000 | 1000110 | 11101011 | 1001100 | 1000110 | 0 | 1000 | 11101011 | 1010010 | 111001 |
Color Harmonies of #3846EB
Complementary color
Monochromatic Colors of #3846EB
Black with #3846EB
Text Example
Text Example
White with #3846EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3846EB; }
p { color: rgb(56,70,235); }
H1.HeaderClassName
{
color: #3846EB;
}
.AnyTagClassName
{
color: #3846EB;
}
</style>
background-color css
<style>
a { background-color: #3846EB; }
a { background-color: rgb(56,70,235); }
div.DivClassName
{
background-color: #3846EB;
}
.BgClassName
{
background-color: #3846EB;
}
</style>
border-color css
<style>
span { border-color: #3846EB; }
span { border-color: rgb(56,70,235); }
td.TdClassName
{
border-color: #3846EB;
}
.TagClassName
{
border-color: #3846EB;
}
</style>