Shades of Neon Blue #3D3DED
Tints of Neon Blue #3D3DED
RGB
CMYK
RGB Variations
Color information
#3D3DED (or 0x3D3DED) is known color: Neon Blue. HEX triplet: 3D, 3D and ED. RGB value is (61,61,237). Sum of RGB (Red+Green+Blue) = 61+61+237=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D3DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3DED is #C2C212. Grayscale: #505050. Windows color (decimal): -12763667 or 15547709. OLE color: 15547709.
HSL color Cylindrical-coordinate representation of color #3D3DED: hue angle of 240º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3DED is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 61 | 237 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.07 |
| HSL | 240º | 0.83% | 0.58% | - |
| HSV(B) | 240º | 0.74% | 0.93% | - |
| XYZ | 18.88 | 10.44 | 81.14 | - |
| YUV | 81.06 | 216 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 61 | 237 | 0.74 | 0.74 | 0 | 0.07 | 240 | 0.83 | 0.58 |
| Hex | 3D | 3D | ED | 4A | 4A | 0 | 7 | F0 | 53 | 3A |
| Octal | 75 | 75 | 355 | 112 | 112 | 0 | 7 | 360 | 123 | 72 |
| Binary | 111101 | 111101 | 11101101 | 1001010 | 1001010 | 0 | 111 | 11110000 | 1010011 | 111010 |
Color Harmonies of #3D3DED
Complementary color
Monochromatic Colors of #3D3DED
Black with #3D3DED
Text Example
Text Example
White with #3D3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3DED; }
p { color: rgb(61,61,237); }
H1.HeaderClassName
{
color: #3D3DED;
}
.AnyTagClassName
{
color: #3D3DED;
}
</style>
background-color css
<style>
a { background-color: #3D3DED; }
a { background-color: rgb(61,61,237); }
div.DivClassName
{
background-color: #3D3DED;
}
.BgClassName
{
background-color: #3D3DED;
}
</style>
border-color css
<style>
span { border-color: #3D3DED; }
span { border-color: rgb(61,61,237); }
td.TdClassName
{
border-color: #3D3DED;
}
.TagClassName
{
border-color: #3D3DED;
}
</style>