Shades of Neon Blue #3D4CEA
Tints of Neon Blue #3D4CEA
RGB
CMYK
RGB Variations
Color information
#3D4CEA (or 0x3D4CEA) is known color: Neon Blue. HEX triplet: 3D, 4C and EA. RGB value is (61,76,234). Sum of RGB (Red+Green+Blue) = 61+76+234=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D4CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D4CEA is #C2B315. Grayscale: #585858. Windows color (decimal): -12759830 or 15354941. OLE color: 15354941.
HSL color Cylindrical-coordinate representation of color #3D4CEA: hue angle of 234.8º 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 #3D4CEA is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 76 | 234 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.08 |
| HSL | 234.8º | 0.8% | 0.58% | - |
| HSV(B) | 234.8º | 0.74% | 0.92% | - |
| XYZ | 19.36 | 12.1 | 79.16 | - |
| YUV | 89.53 | 209.53 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 234 | 0.74 | 0.68 | 0 | 0.08 | 234.8 | 0.8 | 0.58 |
| Hex | 3D | 4C | EA | 4A | 44 | 0 | 8 | EB | 50 | 3A |
| Octal | 75 | 114 | 352 | 112 | 104 | 0 | 10 | 353 | 120 | 72 |
| Binary | 111101 | 1001100 | 11101010 | 1001010 | 1000100 | 0 | 1000 | 11101011 | 1010000 | 111010 |
Color Harmonies of #3D4CEA
Complementary color
Monochromatic Colors of #3D4CEA
Black with #3D4CEA
Text Example
Text Example
White with #3D4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4CEA; }
p { color: rgb(61,76,234); }
H1.HeaderClassName
{
color: #3D4CEA;
}
.AnyTagClassName
{
color: #3D4CEA;
}
</style>
background-color css
<style>
a { background-color: #3D4CEA; }
a { background-color: rgb(61,76,234); }
div.DivClassName
{
background-color: #3D4CEA;
}
.BgClassName
{
background-color: #3D4CEA;
}
</style>
border-color css
<style>
span { border-color: #3D4CEA; }
span { border-color: rgb(61,76,234); }
td.TdClassName
{
border-color: #3D4CEA;
}
.TagClassName
{
border-color: #3D4CEA;
}
</style>