Shades of Neon Blue #3D3EEE
Tints of Neon Blue #3D3EEE
RGB
CMYK
RGB Variations
Color information
#3D3EEE (or 0x3D3EEE) is known color: Neon Blue. HEX triplet: 3D, 3E and EE. RGB value is (61,62,238). Sum of RGB (Red+Green+Blue) = 61+62+238=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D3EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3EEE is #C2C111. Grayscale: #515151. Windows color (decimal): -12763410 or 15613501. OLE color: 15613501.
HSL color Cylindrical-coordinate representation of color #3D3EEE: hue angle of 239.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3EEE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 62 | 238 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.07 |
| HSL | 239.66º | 0.84% | 0.59% | - |
| HSV(B) | 239.66º | 0.74% | 0.93% | - |
| XYZ | 19.08 | 10.61 | 81.93 | - |
| YUV | 81.77 | 216.17 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 238 | 0.74 | 0.74 | 0 | 0.07 | 239.66 | 0.84 | 0.59 |
| Hex | 3D | 3E | EE | 4A | 4A | 0 | 7 | F0 | 54 | 3B |
| Octal | 75 | 76 | 356 | 112 | 112 | 0 | 7 | 360 | 124 | 73 |
| Binary | 111101 | 111110 | 11101110 | 1001010 | 1001010 | 0 | 111 | 11110000 | 1010100 | 111011 |
Color Harmonies of #3D3EEE
Complementary color
Monochromatic Colors of #3D3EEE
Black with #3D3EEE
Text Example
Text Example
White with #3D3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3EEE; }
p { color: rgb(61,62,238); }
H1.HeaderClassName
{
color: #3D3EEE;
}
.AnyTagClassName
{
color: #3D3EEE;
}
</style>
background-color css
<style>
a { background-color: #3D3EEE; }
a { background-color: rgb(61,62,238); }
div.DivClassName
{
background-color: #3D3EEE;
}
.BgClassName
{
background-color: #3D3EEE;
}
</style>
border-color css
<style>
span { border-color: #3D3EEE; }
span { border-color: rgb(61,62,238); }
td.TdClassName
{
border-color: #3D3EEE;
}
.TagClassName
{
border-color: #3D3EEE;
}
</style>