Shades of Neon Blue #3D36ED
Tints of Neon Blue #3D36ED
RGB
CMYK
RGB Variations
Color information
#3D36ED (or 0x3D36ED) is known color: Neon Blue. HEX triplet: 3D, 36 and ED. RGB value is (61,54,237). Sum of RGB (Red+Green+Blue) = 61+54+237=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D36ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D36ED is #C2C912. Grayscale: #4C4C4C. Windows color (decimal): -12765459 or 15545917. OLE color: 15545917.
HSL color Cylindrical-coordinate representation of color #3D36ED: hue angle of 242.3º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D36ED is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 54 | 237 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.07 |
| HSL | 242.3º | 0.84% | 0.57% | - |
| HSV(B) | 242.3º | 0.77% | 0.93% | - |
| XYZ | 18.53 | 9.74 | 81.03 | - |
| YUV | 76.96 | 218.32 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 237 | 0.74 | 0.77 | 0 | 0.07 | 242.3 | 0.84 | 0.57 |
| Hex | 3D | 36 | ED | 4A | 4D | 0 | 7 | F2 | 54 | 39 |
| Octal | 75 | 66 | 355 | 112 | 115 | 0 | 7 | 362 | 124 | 71 |
| Binary | 111101 | 110110 | 11101101 | 1001010 | 1001101 | 0 | 111 | 11110010 | 1010100 | 111001 |
Color Harmonies of #3D36ED
Complementary color
Monochromatic Colors of #3D36ED
Black with #3D36ED
Text Example
Text Example
White with #3D36ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D36ED; }
p { color: rgb(61,54,237); }
H1.HeaderClassName
{
color: #3D36ED;
}
.AnyTagClassName
{
color: #3D36ED;
}
</style>
background-color css
<style>
a { background-color: #3D36ED; }
a { background-color: rgb(61,54,237); }
div.DivClassName
{
background-color: #3D36ED;
}
.BgClassName
{
background-color: #3D36ED;
}
</style>
border-color css
<style>
span { border-color: #3D36ED; }
span { border-color: rgb(61,54,237); }
td.TdClassName
{
border-color: #3D36ED;
}
.TagClassName
{
border-color: #3D36ED;
}
</style>