Shades of Neon Blue #2A2EFA
Tints of Neon Blue #2A2EFA
RGB
CMYK
RGB Variations
Color information
#2A2EFA (or 0x2A2EFA) is known color: Neon Blue. HEX triplet: 2A, 2E and FA. RGB value is (42,46,250). Sum of RGB (Red+Green+Blue) = 42+46+250=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A2EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A2EFA is #D5D105. Grayscale: #434343. Windows color (decimal): -14012678 or 16395818. OLE color: 16395818.
HSL color Cylindrical-coordinate representation of color #2A2EFA: hue angle of 238.85º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A2EFA is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 46 | 250 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.02 |
| HSL | 238.85º | 0.95% | 0.57% | - |
| HSV(B) | 238.85º | 0.83% | 0.98% | - |
| XYZ | 19.19 | 9.35 | 91.24 | - |
| YUV | 68.06 | 230.67 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 250 | 0.83 | 0.82 | 0 | 0.02 | 238.85 | 0.95 | 0.57 |
| Hex | 2A | 2E | FA | 53 | 52 | 0 | 2 | EF | 5F | 39 |
| Octal | 52 | 56 | 372 | 123 | 122 | 0 | 2 | 357 | 137 | 71 |
| Binary | 101010 | 101110 | 11111010 | 1010011 | 1010010 | 0 | 10 | 11101111 | 1011111 | 111001 |
Color Harmonies of #2A2EFA
Complementary color
Monochromatic Colors of #2A2EFA
Black with #2A2EFA
Text Example
Text Example
White with #2A2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2EFA; }
p { color: rgb(42,46,250); }
H1.HeaderClassName
{
color: #2A2EFA;
}
.AnyTagClassName
{
color: #2A2EFA;
}
</style>
background-color css
<style>
a { background-color: #2A2EFA; }
a { background-color: rgb(42,46,250); }
div.DivClassName
{
background-color: #2A2EFA;
}
.BgClassName
{
background-color: #2A2EFA;
}
</style>
border-color css
<style>
span { border-color: #2A2EFA; }
span { border-color: rgb(42,46,250); }
td.TdClassName
{
border-color: #2A2EFA;
}
.TagClassName
{
border-color: #2A2EFA;
}
</style>