Shades of Neon Blue #3D51ED
Tints of Neon Blue #3D51ED
RGB
CMYK
RGB Variations
Color information
#3D51ED (or 0x3D51ED) is known color: Neon Blue. HEX triplet: 3D, 51 and ED. RGB value is (61,81,237). Sum of RGB (Red+Green+Blue) = 61+81+237=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D51ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D51ED is #C2AE12. Grayscale: #5C5C5C. Windows color (decimal): -12758547 or 15552829. OLE color: 15552829.
HSL color Cylindrical-coordinate representation of color #3D51ED: hue angle of 233.18º 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 #3D51ED is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 81 | 237 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.07 |
| HSL | 233.18º | 0.83% | 0.58% | - |
| HSV(B) | 233.18º | 0.74% | 0.93% | - |
| XYZ | 20.15 | 12.99 | 81.57 | - |
| YUV | 92.8 | 209.37 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 237 | 0.74 | 0.66 | 0 | 0.07 | 233.18 | 0.83 | 0.58 |
| Hex | 3D | 51 | ED | 4A | 42 | 0 | 7 | E9 | 53 | 3A |
| Octal | 75 | 121 | 355 | 112 | 102 | 0 | 7 | 351 | 123 | 72 |
| Binary | 111101 | 1010001 | 11101101 | 1001010 | 1000010 | 0 | 111 | 11101001 | 1010011 | 111010 |
Color Harmonies of #3D51ED
Complementary color
Monochromatic Colors of #3D51ED
Black with #3D51ED
Text Example
Text Example
White with #3D51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D51ED; }
p { color: rgb(61,81,237); }
H1.HeaderClassName
{
color: #3D51ED;
}
.AnyTagClassName
{
color: #3D51ED;
}
</style>
background-color css
<style>
a { background-color: #3D51ED; }
a { background-color: rgb(61,81,237); }
div.DivClassName
{
background-color: #3D51ED;
}
.BgClassName
{
background-color: #3D51ED;
}
</style>
border-color css
<style>
span { border-color: #3D51ED; }
span { border-color: rgb(61,81,237); }
td.TdClassName
{
border-color: #3D51ED;
}
.TagClassName
{
border-color: #3D51ED;
}
</style>