Shades of Neon Blue #3840EC
Tints of Neon Blue #3840EC
RGB
CMYK
RGB Variations
Color information
#3840EC (or 0x3840EC) is known color: Neon Blue. HEX triplet: 38, 40 and EC. RGB value is (56,64,236). Sum of RGB (Red+Green+Blue) = 56+64+236=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #3840EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3840EC is #C7BF13. Grayscale: #505050. Windows color (decimal): -13090580 or 15482936. OLE color: 15482936.
HSL color Cylindrical-coordinate representation of color #3840EC: hue angle of 237.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 #3840EC is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 64 | 236 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.07 |
| HSL | 237.33º | 0.83% | 0.57% | - |
| HSV(B) | 237.33º | 0.76% | 0.93% | - |
| XYZ | 18.6 | 10.56 | 80.42 | - |
| YUV | 81.22 | 215.35 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 236 | 0.76 | 0.73 | 0 | 0.07 | 237.33 | 0.83 | 0.57 |
| Hex | 38 | 40 | EC | 4C | 49 | 0 | 7 | ED | 53 | 39 |
| Octal | 70 | 100 | 354 | 114 | 111 | 0 | 7 | 355 | 123 | 71 |
| Binary | 111000 | 1000000 | 11101100 | 1001100 | 1001001 | 0 | 111 | 11101101 | 1010011 | 111001 |
Color Harmonies of #3840EC
Complementary color
Monochromatic Colors of #3840EC
Black with #3840EC
Text Example
Text Example
White with #3840EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3840EC; }
p { color: rgb(56,64,236); }
H1.HeaderClassName
{
color: #3840EC;
}
.AnyTagClassName
{
color: #3840EC;
}
</style>
background-color css
<style>
a { background-color: #3840EC; }
a { background-color: rgb(56,64,236); }
div.DivClassName
{
background-color: #3840EC;
}
.BgClassName
{
background-color: #3840EC;
}
</style>
border-color css
<style>
span { border-color: #3840EC; }
span { border-color: rgb(56,64,236); }
td.TdClassName
{
border-color: #3840EC;
}
.TagClassName
{
border-color: #3840EC;
}
</style>