#2E55FF

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

Shades of Neon Blue #2E55FF

Tints of Neon Blue #2E55FF

Color information

#2E55FF (or 0x2E55FF) is unknown color: approx Neon Blue. HEX triplet: 2E, 55 and FF. RGB value is (46,85,255). Sum of RGB (Red+Green+Blue) = 46+85+255=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E55FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E55FF is #D1AA00. Grayscale: #5C5C5C. Windows color (decimal): -13740545 or 16733486. OLE color: 16733486.

HSL color Cylindrical-coordinate representation of color #2E55FF: hue angle of 228.8º 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 #2E55FF is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4685255-
CMYK0.820.6700
HSL228.8º100%59.02%-
HSV(B)228.8º81.96%100%-
XYZ22.4314.396.19-
YUV92.72219.5894.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.92%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 255 (100% from 255) = 66.06%
R=11.92%
G=22.02%
B=66.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal46852550.820.6700228.810059.02
Hex2E55FF524300e5643b
Octal561253771221030034514473
Binary1011101010101111111111010010100001100111001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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