Shades of Neon Blue #3841ED
Tints of Neon Blue #3841ED
RGB
CMYK
RGB Variations
Color information
#3841ED (or 0x3841ED) is known color: Neon Blue. HEX triplet: 38, 41 and ED. RGB value is (56,65,237). Sum of RGB (Red+Green+Blue) = 56+65+237=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #3841ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3841ED is #C7BE12. Grayscale: #515151. Windows color (decimal): -13090323 or 15548728. OLE color: 15548728.
HSL color Cylindrical-coordinate representation of color #3841ED: hue angle of 237.02º 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 #3841ED is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 65 | 237 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.07 |
| HSL | 237.02º | 0.83% | 0.57% | - |
| HSV(B) | 237.02º | 0.76% | 0.93% | - |
| XYZ | 18.81 | 10.74 | 81.2 | - |
| YUV | 81.92 | 215.52 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 237 | 0.76 | 0.73 | 0 | 0.07 | 237.02 | 0.83 | 0.57 |
| Hex | 38 | 41 | ED | 4C | 49 | 0 | 7 | ED | 53 | 39 |
| Octal | 70 | 101 | 355 | 114 | 111 | 0 | 7 | 355 | 123 | 71 |
| Binary | 111000 | 1000001 | 11101101 | 1001100 | 1001001 | 0 | 111 | 11101101 | 1010011 | 111001 |
Color Harmonies of #3841ED
Complementary color
Monochromatic Colors of #3841ED
Black with #3841ED
Text Example
Text Example
White with #3841ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3841ED; }
p { color: rgb(56,65,237); }
H1.HeaderClassName
{
color: #3841ED;
}
.AnyTagClassName
{
color: #3841ED;
}
</style>
background-color css
<style>
a { background-color: #3841ED; }
a { background-color: rgb(56,65,237); }
div.DivClassName
{
background-color: #3841ED;
}
.BgClassName
{
background-color: #3841ED;
}
</style>
border-color css
<style>
span { border-color: #3841ED; }
span { border-color: rgb(56,65,237); }
td.TdClassName
{
border-color: #3841ED;
}
.TagClassName
{
border-color: #3841ED;
}
</style>