Shades of Neon Blue #2A34EA
Tints of Neon Blue #2A34EA
RGB
CMYK
RGB Variations
Color information
#2A34EA (or 0x2A34EA) is known color: Neon Blue. HEX triplet: 2A, 34 and EA. RGB value is (42,52,234). Sum of RGB (Red+Green+Blue) = 42+52+234=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #2A34EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A34EA is #D5CB15. Grayscale: #454545. Windows color (decimal): -14011158 or 15348778. OLE color: 15348778.
HSL color Cylindrical-coordinate representation of color #2A34EA: hue angle of 236.88º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A34EA is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 52 | 234 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.08 |
| HSL | 236.88º | 0.82% | 0.54% | - |
| HSV(B) | 236.88º | 0.82% | 0.92% | - |
| XYZ | 17.03 | 8.89 | 78.66 | - |
| YUV | 69.76 | 220.69 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 234 | 0.82 | 0.78 | 0 | 0.08 | 236.88 | 0.82 | 0.54 |
| Hex | 2A | 34 | EA | 52 | 4E | 0 | 8 | ED | 52 | 36 |
| Octal | 52 | 64 | 352 | 122 | 116 | 0 | 10 | 355 | 122 | 66 |
| Binary | 101010 | 110100 | 11101010 | 1010010 | 1001110 | 0 | 1000 | 11101101 | 1010010 | 110110 |
Color Harmonies of #2A34EA
Complementary color
Monochromatic Colors of #2A34EA
Black with #2A34EA
Text Example
Text Example
White with #2A34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A34EA; }
p { color: rgb(42,52,234); }
H1.HeaderClassName
{
color: #2A34EA;
}
.AnyTagClassName
{
color: #2A34EA;
}
</style>
background-color css
<style>
a { background-color: #2A34EA; }
a { background-color: rgb(42,52,234); }
div.DivClassName
{
background-color: #2A34EA;
}
.BgClassName
{
background-color: #2A34EA;
}
</style>
border-color css
<style>
span { border-color: #2A34EA; }
span { border-color: rgb(42,52,234); }
td.TdClassName
{
border-color: #2A34EA;
}
.TagClassName
{
border-color: #2A34EA;
}
</style>