Shades of Neon Blue #3D3EE9
Tints of Neon Blue #3D3EE9
RGB
CMYK
RGB Variations
Color information
#3D3EE9 (or 0x3D3EE9) is known color: Neon Blue. HEX triplet: 3D, 3E and E9. RGB value is (61,62,233). Sum of RGB (Red+Green+Blue) = 61+62+233=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #3D3EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3EE9 is #C2C116. Grayscale: #505050. Windows color (decimal): -12763415 or 15285821. OLE color: 15285821.
HSL color Cylindrical-coordinate representation of color #3D3EE9: hue angle of 239.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3EE9 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 62 | 233 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.09 |
| HSL | 239.65º | 0.8% | 0.58% | - |
| HSV(B) | 239.65º | 0.74% | 0.91% | - |
| XYZ | 18.36 | 10.32 | 78.12 | - |
| YUV | 81.2 | 213.67 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 233 | 0.74 | 0.73 | 0 | 0.09 | 239.65 | 0.8 | 0.58 |
| Hex | 3D | 3E | E9 | 4A | 49 | 0 | 9 | F0 | 50 | 3A |
| Octal | 75 | 76 | 351 | 112 | 111 | 0 | 11 | 360 | 120 | 72 |
| Binary | 111101 | 111110 | 11101001 | 1001010 | 1001001 | 0 | 1001 | 11110000 | 1010000 | 111010 |
Color Harmonies of #3D3EE9
Complementary color
Monochromatic Colors of #3D3EE9
Black with #3D3EE9
Text Example
Text Example
White with #3D3EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3EE9; }
p { color: rgb(61,62,233); }
H1.HeaderClassName
{
color: #3D3EE9;
}
.AnyTagClassName
{
color: #3D3EE9;
}
</style>
background-color css
<style>
a { background-color: #3D3EE9; }
a { background-color: rgb(61,62,233); }
div.DivClassName
{
background-color: #3D3EE9;
}
.BgClassName
{
background-color: #3D3EE9;
}
</style>
border-color css
<style>
span { border-color: #3D3EE9; }
span { border-color: rgb(61,62,233); }
td.TdClassName
{
border-color: #3D3EE9;
}
.TagClassName
{
border-color: #3D3EE9;
}
</style>