#2E58FF

Color #2E58FF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2E58FF

Tints of Neon Blue #2E58FF

Color information

#2E58FF (or 0x2E58FF) is unknown color: approx Neon Blue. HEX triplet: 2E, 58 and FF. RGB value is (46,88,255). Sum of RGB (Red+Green+Blue) = 46+88+255=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E58FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E58FF is #D1A700. Grayscale: #5D5D5D. Windows color (decimal): -13739777 or 16734254. OLE color: 16734254.

HSL color Cylindrical-coordinate representation of color #2E58FF: hue angle of 227.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E58FF is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4688255-
CMYK0.820.6500
HSL227.94º100%59.02%-
HSV(B)227.94º81.96%100%-
XYZ22.6714.7896.27-
YUV94.48218.5993.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 255 (100% from 255) = 65.55%
R=11.83%
G=22.62%
B=65.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal46882550.820.6500227.9410059.02
Hex2E58FF524100e4643b
Octal561303771221010034414473
Binary1011101011000111111111010010100000100111001001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E58FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E58FF; }

 p { color: rgb(46,88,255); }

 H1.HeaderClassName
 {
   color: #2E58FF;
 }
 .AnyTagClassName
 {
   color: #2E58FF;
 }
</style>
background-color css

<style>
 a { background-color: #2E58FF; }

 a { background-color: rgb(46,88,255); }

 div.DivClassName
 {
   background-color: #2E58FF;
 }
 .BgClassName
 {
   background-color: #2E58FF;
 }
</style>
border-color css

<style>
 span { border-color: #2E58FF; }

 span { border-color: rgb(46,88,255); }

 td.TdClassName
 {
   border-color: #2E58FF;
 }
 .TagClassName
 {
   border-color: #2E58FF;
 }
</style>