Shades of Neon Blue #3D3AED
Tints of Neon Blue #3D3AED
RGB
CMYK
RGB Variations
Color information
#3D3AED (or 0x3D3AED) is known color: Neon Blue. HEX triplet: 3D, 3A and ED. RGB value is (61,58,237). Sum of RGB (Red+Green+Blue) = 61+58+237=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D3AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3AED is #C2C512. Grayscale: #4E4E4E. Windows color (decimal): -12764435 or 15546941. OLE color: 15546941.
HSL color Cylindrical-coordinate representation of color #3D3AED: hue angle of 241.01º degrees, saturation: 0.83, 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 #3D3AED is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 58 | 237 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.07 |
| HSL | 241.01º | 0.83% | 0.58% | - |
| HSV(B) | 241.01º | 0.76% | 0.93% | - |
| XYZ | 18.72 | 10.13 | 81.09 | - |
| YUV | 79.3 | 216.99 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 237 | 0.74 | 0.76 | 0 | 0.07 | 241.01 | 0.83 | 0.58 |
| Hex | 3D | 3A | ED | 4A | 4C | 0 | 7 | F1 | 53 | 3A |
| Octal | 75 | 72 | 355 | 112 | 114 | 0 | 7 | 361 | 123 | 72 |
| Binary | 111101 | 111010 | 11101101 | 1001010 | 1001100 | 0 | 111 | 11110001 | 1010011 | 111010 |
Color Harmonies of #3D3AED
Complementary color
Monochromatic Colors of #3D3AED
Black with #3D3AED
Text Example
Text Example
White with #3D3AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3AED; }
p { color: rgb(61,58,237); }
H1.HeaderClassName
{
color: #3D3AED;
}
.AnyTagClassName
{
color: #3D3AED;
}
</style>
background-color css
<style>
a { background-color: #3D3AED; }
a { background-color: rgb(61,58,237); }
div.DivClassName
{
background-color: #3D3AED;
}
.BgClassName
{
background-color: #3D3AED;
}
</style>
border-color css
<style>
span { border-color: #3D3AED; }
span { border-color: rgb(61,58,237); }
td.TdClassName
{
border-color: #3D3AED;
}
.TagClassName
{
border-color: #3D3AED;
}
</style>