Shades of Neon Blue #2A41EB
Tints of Neon Blue #2A41EB
RGB
CMYK
RGB Variations
Color information
#2A41EB (or 0x2A41EB) is known color: Neon Blue. HEX triplet: 2A, 41 and EB. RGB value is (42,65,235). Sum of RGB (Red+Green+Blue) = 42+65+235=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #2A41EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A41EB is #D5BE14. Grayscale: #4C4C4C. Windows color (decimal): -14007829 or 15417642. OLE color: 15417642.
HSL color Cylindrical-coordinate representation of color #2A41EB: hue angle of 232.85º degrees, saturation: 0.83, 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 #2A41EB is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 65 | 235 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.08 |
| HSL | 232.85º | 0.83% | 0.54% | - |
| HSV(B) | 232.85º | 0.82% | 0.92% | - |
| XYZ | 17.84 | 10.27 | 79.64 | - |
| YUV | 77.5 | 216.88 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 235 | 0.82 | 0.72 | 0 | 0.08 | 232.85 | 0.83 | 0.54 |
| Hex | 2A | 41 | EB | 52 | 48 | 0 | 8 | E9 | 53 | 36 |
| Octal | 52 | 101 | 353 | 122 | 110 | 0 | 10 | 351 | 123 | 66 |
| Binary | 101010 | 1000001 | 11101011 | 1010010 | 1001000 | 0 | 1000 | 11101001 | 1010011 | 110110 |
Color Harmonies of #2A41EB
Complementary color
Monochromatic Colors of #2A41EB
Black with #2A41EB
Text Example
Text Example
White with #2A41EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A41EB; }
p { color: rgb(42,65,235); }
H1.HeaderClassName
{
color: #2A41EB;
}
.AnyTagClassName
{
color: #2A41EB;
}
</style>
background-color css
<style>
a { background-color: #2A41EB; }
a { background-color: rgb(42,65,235); }
div.DivClassName
{
background-color: #2A41EB;
}
.BgClassName
{
background-color: #2A41EB;
}
</style>
border-color css
<style>
span { border-color: #2A41EB; }
span { border-color: rgb(42,65,235); }
td.TdClassName
{
border-color: #2A41EB;
}
.TagClassName
{
border-color: #2A41EB;
}
</style>