Shades of Neon Blue #2A40ED
Tints of Neon Blue #2A40ED
RGB
CMYK
RGB Variations
Color information
#2A40ED (or 0x2A40ED) is known color: Neon Blue. HEX triplet: 2A, 40 and ED. RGB value is (42,64,237). Sum of RGB (Red+Green+Blue) = 42+64+237=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A40ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A40ED is #D5BF12. Grayscale: #4C4C4C. Windows color (decimal): -14008083 or 15548458. OLE color: 15548458.
HSL color Cylindrical-coordinate representation of color #2A40ED: hue angle of 233.23º 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 #2A40ED is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 64 | 237 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.07 |
| HSL | 233.23º | 0.84% | 0.55% | - |
| HSV(B) | 233.23º | 0.82% | 0.93% | - |
| XYZ | 18.07 | 10.27 | 81.15 | - |
| YUV | 77.14 | 218.21 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 237 | 0.82 | 0.73 | 0 | 0.07 | 233.23 | 0.84 | 0.55 |
| Hex | 2A | 40 | ED | 52 | 49 | 0 | 7 | E9 | 54 | 37 |
| Octal | 52 | 100 | 355 | 122 | 111 | 0 | 7 | 351 | 124 | 67 |
| Binary | 101010 | 1000000 | 11101101 | 1010010 | 1001001 | 0 | 111 | 11101001 | 1010100 | 110111 |
Color Harmonies of #2A40ED
Complementary color
Monochromatic Colors of #2A40ED
Black with #2A40ED
Text Example
Text Example
White with #2A40ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A40ED; }
p { color: rgb(42,64,237); }
H1.HeaderClassName
{
color: #2A40ED;
}
.AnyTagClassName
{
color: #2A40ED;
}
</style>
background-color css
<style>
a { background-color: #2A40ED; }
a { background-color: rgb(42,64,237); }
div.DivClassName
{
background-color: #2A40ED;
}
.BgClassName
{
background-color: #2A40ED;
}
</style>
border-color css
<style>
span { border-color: #2A40ED; }
span { border-color: rgb(42,64,237); }
td.TdClassName
{
border-color: #2A40ED;
}
.TagClassName
{
border-color: #2A40ED;
}
</style>