Shades of Neon Blue #3D42EA
Tints of Neon Blue #3D42EA
RGB
CMYK
RGB Variations
Color information
#3D42EA (or 0x3D42EA) is known color: Neon Blue. HEX triplet: 3D, 42 and EA. RGB value is (61,66,234). Sum of RGB (Red+Green+Blue) = 61+66+234=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #3D42EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D42EA is #C2BD15. Grayscale: #525252. Windows color (decimal): -12762390 or 15352381. OLE color: 15352381.
HSL color Cylindrical-coordinate representation of color #3D42EA: hue angle of 238.27º 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 #3D42EA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 66 | 234 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.08 |
| HSL | 238.27º | 0.8% | 0.58% | - |
| HSV(B) | 238.27º | 0.74% | 0.92% | - |
| XYZ | 18.72 | 10.83 | 78.95 | - |
| YUV | 83.66 | 212.84 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 234 | 0.74 | 0.72 | 0 | 0.08 | 238.27 | 0.8 | 0.58 |
| Hex | 3D | 42 | EA | 4A | 48 | 0 | 8 | EE | 50 | 3A |
| Octal | 75 | 102 | 352 | 112 | 110 | 0 | 10 | 356 | 120 | 72 |
| Binary | 111101 | 1000010 | 11101010 | 1001010 | 1001000 | 0 | 1000 | 11101110 | 1010000 | 111010 |
Color Harmonies of #3D42EA
Complementary color
Monochromatic Colors of #3D42EA
Black with #3D42EA
Text Example
Text Example
White with #3D42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D42EA; }
p { color: rgb(61,66,234); }
H1.HeaderClassName
{
color: #3D42EA;
}
.AnyTagClassName
{
color: #3D42EA;
}
</style>
background-color css
<style>
a { background-color: #3D42EA; }
a { background-color: rgb(61,66,234); }
div.DivClassName
{
background-color: #3D42EA;
}
.BgClassName
{
background-color: #3D42EA;
}
</style>
border-color css
<style>
span { border-color: #3D42EA; }
span { border-color: rgb(61,66,234); }
td.TdClassName
{
border-color: #3D42EA;
}
.TagClassName
{
border-color: #3D42EA;
}
</style>