Shades of Neon Blue #2E53FA
Tints of Neon Blue #2E53FA
RGB
CMYK
RGB Variations
Color information
#2E53FA (or 0x2E53FA) is known color: Neon Blue. HEX triplet: 2E, 53 and FA. RGB value is (46,83,250). Sum of RGB (Red+Green+Blue) = 46+83+250=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E53FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E53FA is #D1AC05. Grayscale: #5A5A5A. Windows color (decimal): -13741062 or 16405294. OLE color: 16405294.
HSL color Cylindrical-coordinate representation of color #2E53FA: hue angle of 229.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E53FA is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 83 | 250 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.02 |
| HSL | 229.12º | 0.95% | 0.58% | - |
| HSV(B) | 229.12º | 0.82% | 0.98% | - |
| XYZ | 21.48 | 13.67 | 91.95 | - |
| YUV | 90.98 | 217.74 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 250 | 0.82 | 0.67 | 0 | 0.02 | 229.12 | 0.95 | 0.58 |
| Hex | 2E | 53 | FA | 52 | 43 | 0 | 2 | E5 | 5F | 3A |
| Octal | 56 | 123 | 372 | 122 | 103 | 0 | 2 | 345 | 137 | 72 |
| Binary | 101110 | 1010011 | 11111010 | 1010010 | 1000011 | 0 | 10 | 11100101 | 1011111 | 111010 |
Color Harmonies of #2E53FA
Complementary color
Monochromatic Colors of #2E53FA
Black with #2E53FA
Text Example
Text Example
White with #2E53FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E53FA; }
p { color: rgb(46,83,250); }
H1.HeaderClassName
{
color: #2E53FA;
}
.AnyTagClassName
{
color: #2E53FA;
}
</style>
background-color css
<style>
a { background-color: #2E53FA; }
a { background-color: rgb(46,83,250); }
div.DivClassName
{
background-color: #2E53FA;
}
.BgClassName
{
background-color: #2E53FA;
}
</style>
border-color css
<style>
span { border-color: #2E53FA; }
span { border-color: rgb(46,83,250); }
td.TdClassName
{
border-color: #2E53FA;
}
.TagClassName
{
border-color: #2E53FA;
}
</style>