Shades of Neon Blue #3841EE
Tints of Neon Blue #3841EE
RGB
CMYK
RGB Variations
Color information
#3841EE (or 0x3841EE) is known color: Neon Blue. HEX triplet: 38, 41 and EE. RGB value is (56,65,238). Sum of RGB (Red+Green+Blue) = 56+65+238=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #3841EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3841EE is #C7BE11. Grayscale: #515151. Windows color (decimal): -13090322 or 15614264. OLE color: 15614264.
HSL color Cylindrical-coordinate representation of color #3841EE: hue angle of 237.03º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3841EE is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 65 | 238 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.07 |
| HSL | 237.03º | 0.84% | 0.58% | - |
| HSV(B) | 237.03º | 0.76% | 0.93% | - |
| XYZ | 18.95 | 10.79 | 81.97 | - |
| YUV | 82.03 | 216.02 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 238 | 0.76 | 0.73 | 0 | 0.07 | 237.03 | 0.84 | 0.58 |
| Hex | 38 | 41 | EE | 4C | 49 | 0 | 7 | ED | 54 | 3A |
| Octal | 70 | 101 | 356 | 114 | 111 | 0 | 7 | 355 | 124 | 72 |
| Binary | 111000 | 1000001 | 11101110 | 1001100 | 1001001 | 0 | 111 | 11101101 | 1010100 | 111010 |
Color Harmonies of #3841EE
Complementary color
Monochromatic Colors of #3841EE
Black with #3841EE
Text Example
Text Example
White with #3841EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841EE; }
p { color: rgb(56,65,238); }
H1.HeaderClassName
{
color: #3841EE;
}
.AnyTagClassName
{
color: #3841EE;
}
</style>
background-color css
<style>
a { background-color: #3841EE; }
a { background-color: rgb(56,65,238); }
div.DivClassName
{
background-color: #3841EE;
}
.BgClassName
{
background-color: #3841EE;
}
</style>
border-color css
<style>
span { border-color: #3841EE; }
span { border-color: rgb(56,65,238); }
td.TdClassName
{
border-color: #3841EE;
}
.TagClassName
{
border-color: #3841EE;
}
</style>