Shades of Neon Blue #3843EC
Tints of Neon Blue #3843EC
RGB
CMYK
RGB Variations
Color information
#3843EC (or 0x3843EC) is known color: Neon Blue. HEX triplet: 38, 43 and EC. RGB value is (56,67,236). Sum of RGB (Red+Green+Blue) = 56+67+236=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #3843EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3843EC is #C7BC13. Grayscale: #525252. Windows color (decimal): -13089812 or 15483704. OLE color: 15483704.
HSL color Cylindrical-coordinate representation of color #3843EC: hue angle of 236.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 #3843EC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 67 | 236 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.07 |
| HSL | 236.33º | 0.83% | 0.57% | - |
| HSV(B) | 236.33º | 0.76% | 0.93% | - |
| XYZ | 18.78 | 10.91 | 80.47 | - |
| YUV | 82.98 | 214.36 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 67 | 236 | 0.76 | 0.72 | 0 | 0.07 | 236.33 | 0.83 | 0.57 |
| Hex | 38 | 43 | EC | 4C | 48 | 0 | 7 | EC | 53 | 39 |
| Octal | 70 | 103 | 354 | 114 | 110 | 0 | 7 | 354 | 123 | 71 |
| Binary | 111000 | 1000011 | 11101100 | 1001100 | 1001000 | 0 | 111 | 11101100 | 1010011 | 111001 |
Color Harmonies of #3843EC
Complementary color
Monochromatic Colors of #3843EC
Black with #3843EC
Text Example
Text Example
White with #3843EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3843EC; }
p { color: rgb(56,67,236); }
H1.HeaderClassName
{
color: #3843EC;
}
.AnyTagClassName
{
color: #3843EC;
}
</style>
background-color css
<style>
a { background-color: #3843EC; }
a { background-color: rgb(56,67,236); }
div.DivClassName
{
background-color: #3843EC;
}
.BgClassName
{
background-color: #3843EC;
}
</style>
border-color css
<style>
span { border-color: #3843EC; }
span { border-color: rgb(56,67,236); }
td.TdClassName
{
border-color: #3843EC;
}
.TagClassName
{
border-color: #3843EC;
}
</style>