Shades of Neon Blue #2E4FFB
Tints of Neon Blue #2E4FFB
RGB
CMYK
RGB Variations
Color information
#2E4FFB (or 0x2E4FFB) is known color: Neon Blue. HEX triplet: 2E, 4F and FB. RGB value is (46,79,251). Sum of RGB (Red+Green+Blue) = 46+79+251=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E4FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4FFB is #D1B004. Grayscale: #585858. Windows color (decimal): -13742085 or 16469806. OLE color: 16469806.
HSL color Cylindrical-coordinate representation of color #2E4FFB: hue angle of 230.34º degrees, saturation: 0.96, 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 #2E4FFB is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 79 | 251 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.02 |
| HSL | 230.34º | 0.96% | 0.58% | - |
| HSV(B) | 230.34º | 0.82% | 0.98% | - |
| XYZ | 21.34 | 13.14 | 92.68 | - |
| YUV | 88.74 | 219.57 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 251 | 0.82 | 0.69 | 0 | 0.02 | 230.34 | 0.96 | 0.58 |
| Hex | 2E | 4F | FB | 52 | 45 | 0 | 2 | E6 | 60 | 3A |
| Octal | 56 | 117 | 373 | 122 | 105 | 0 | 2 | 346 | 140 | 72 |
| Binary | 101110 | 1001111 | 11111011 | 1010010 | 1000101 | 0 | 10 | 11100110 | 1100000 | 111010 |
Color Harmonies of #2E4FFB
Complementary color
Monochromatic Colors of #2E4FFB
Black with #2E4FFB
Text Example
Text Example
White with #2E4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4FFB; }
p { color: rgb(46,79,251); }
H1.HeaderClassName
{
color: #2E4FFB;
}
.AnyTagClassName
{
color: #2E4FFB;
}
</style>
background-color css
<style>
a { background-color: #2E4FFB; }
a { background-color: rgb(46,79,251); }
div.DivClassName
{
background-color: #2E4FFB;
}
.BgClassName
{
background-color: #2E4FFB;
}
</style>
border-color css
<style>
span { border-color: #2E4FFB; }
span { border-color: rgb(46,79,251); }
td.TdClassName
{
border-color: #2E4FFB;
}
.TagClassName
{
border-color: #2E4FFB;
}
</style>