Shades of Neon Blue #2A3DED
Tints of Neon Blue #2A3DED
RGB
CMYK
RGB Variations
Color information
#2A3DED (or 0x2A3DED) is known color: Neon Blue. HEX triplet: 2A, 3D and ED. RGB value is (42,61,237). Sum of RGB (Red+Green+Blue) = 42+61+237=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A3DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A3DED is #D5C212. Grayscale: #4A4A4A. Windows color (decimal): -14008851 or 15547690. OLE color: 15547690.
HSL color Cylindrical-coordinate representation of color #2A3DED: hue angle of 234.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A3DED is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 61 | 237 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.07 |
| HSL | 234.15º | 0.84% | 0.55% | - |
| HSV(B) | 234.15º | 0.82% | 0.93% | - |
| XYZ | 17.91 | 9.94 | 81.1 | - |
| YUV | 75.38 | 219.21 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 237 | 0.82 | 0.74 | 0 | 0.07 | 234.15 | 0.84 | 0.55 |
| Hex | 2A | 3D | ED | 52 | 4A | 0 | 7 | EA | 54 | 37 |
| Octal | 52 | 75 | 355 | 122 | 112 | 0 | 7 | 352 | 124 | 67 |
| Binary | 101010 | 111101 | 11101101 | 1010010 | 1001010 | 0 | 111 | 11101010 | 1010100 | 110111 |
Color Harmonies of #2A3DED
Complementary color
Monochromatic Colors of #2A3DED
Black with #2A3DED
Text Example
Text Example
White with #2A3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3DED; }
p { color: rgb(42,61,237); }
H1.HeaderClassName
{
color: #2A3DED;
}
.AnyTagClassName
{
color: #2A3DED;
}
</style>
background-color css
<style>
a { background-color: #2A3DED; }
a { background-color: rgb(42,61,237); }
div.DivClassName
{
background-color: #2A3DED;
}
.BgClassName
{
background-color: #2A3DED;
}
</style>
border-color css
<style>
span { border-color: #2A3DED; }
span { border-color: rgb(42,61,237); }
td.TdClassName
{
border-color: #2A3DED;
}
.TagClassName
{
border-color: #2A3DED;
}
</style>