Shades of Neon Blue #3D4EEA
Tints of Neon Blue #3D4EEA
RGB
CMYK
RGB Variations
Color information
#3D4EEA (or 0x3D4EEA) is known color: Neon Blue. HEX triplet: 3D, 4E and EA. RGB value is (61,78,234). Sum of RGB (Red+Green+Blue) = 61+78+234=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D4EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D4EEA is #C2B115. Grayscale: #5A5A5A. Windows color (decimal): -12759318 or 15355453. OLE color: 15355453.
HSL color Cylindrical-coordinate representation of color #3D4EEA: hue angle of 234.1º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D4EEA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 78 | 234 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.08 |
| HSL | 234.1º | 0.8% | 0.58% | - |
| HSV(B) | 234.1º | 0.74% | 0.92% | - |
| XYZ | 19.5 | 12.38 | 79.2 | - |
| YUV | 90.7 | 208.87 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 234 | 0.74 | 0.67 | 0 | 0.08 | 234.1 | 0.8 | 0.58 |
| Hex | 3D | 4E | EA | 4A | 43 | 0 | 8 | EA | 50 | 3A |
| Octal | 75 | 116 | 352 | 112 | 103 | 0 | 10 | 352 | 120 | 72 |
| Binary | 111101 | 1001110 | 11101010 | 1001010 | 1000011 | 0 | 1000 | 11101010 | 1010000 | 111010 |
Color Harmonies of #3D4EEA
Complementary color
Monochromatic Colors of #3D4EEA
Black with #3D4EEA
Text Example
Text Example
White with #3D4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4EEA; }
p { color: rgb(61,78,234); }
H1.HeaderClassName
{
color: #3D4EEA;
}
.AnyTagClassName
{
color: #3D4EEA;
}
</style>
background-color css
<style>
a { background-color: #3D4EEA; }
a { background-color: rgb(61,78,234); }
div.DivClassName
{
background-color: #3D4EEA;
}
.BgClassName
{
background-color: #3D4EEA;
}
</style>
border-color css
<style>
span { border-color: #3D4EEA; }
span { border-color: rgb(61,78,234); }
td.TdClassName
{
border-color: #3D4EEA;
}
.TagClassName
{
border-color: #3D4EEA;
}
</style>