Shades of Neon Blue #2A3EFB
Tints of Neon Blue #2A3EFB
RGB
CMYK
RGB Variations
Color information
#2A3EFB (or 0x2A3EFB) is known color: Neon Blue. HEX triplet: 2A, 3E and FB. RGB value is (42,62,251). Sum of RGB (Red+Green+Blue) = 42+62+251=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A3EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A3EFB is #D5C104. Grayscale: #4C4C4C. Windows color (decimal): -14008581 or 16465450. OLE color: 16465450.
HSL color Cylindrical-coordinate representation of color #2A3EFB: hue angle of 234.26º degrees, saturation: 0.96, 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 #2A3EFB is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 62 | 251 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.02 |
| HSL | 234.26º | 0.96% | 0.57% | - |
| HSV(B) | 234.26º | 0.83% | 0.98% | - |
| XYZ | 20.09 | 10.9 | 92.31 | - |
| YUV | 77.57 | 225.87 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 62 | 251 | 0.83 | 0.75 | 0 | 0.02 | 234.26 | 0.96 | 0.57 |
| Hex | 2A | 3E | FB | 53 | 4B | 0 | 2 | EA | 60 | 39 |
| Octal | 52 | 76 | 373 | 123 | 113 | 0 | 2 | 352 | 140 | 71 |
| Binary | 101010 | 111110 | 11111011 | 1010011 | 1001011 | 0 | 10 | 11101010 | 1100000 | 111001 |
Color Harmonies of #2A3EFB
Complementary color
Monochromatic Colors of #2A3EFB
Black with #2A3EFB
Text Example
Text Example
White with #2A3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3EFB; }
p { color: rgb(42,62,251); }
H1.HeaderClassName
{
color: #2A3EFB;
}
.AnyTagClassName
{
color: #2A3EFB;
}
</style>
background-color css
<style>
a { background-color: #2A3EFB; }
a { background-color: rgb(42,62,251); }
div.DivClassName
{
background-color: #2A3EFB;
}
.BgClassName
{
background-color: #2A3EFB;
}
</style>
border-color css
<style>
span { border-color: #2A3EFB; }
span { border-color: rgb(42,62,251); }
td.TdClassName
{
border-color: #2A3EFB;
}
.TagClassName
{
border-color: #2A3EFB;
}
</style>