#2E3FFA

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

Shades of Neon Blue #2E3FFA

Tints of Neon Blue #2E3FFA

Color information

#2E3FFA (or 0x2E3FFA) is unknown color: approx Neon Blue. HEX triplet: 2E, 3F and FA. RGB value is (46,63,250). Sum of RGB (Red+Green+Blue) = 46+63+250=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E3FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3FFA is #D1C005. Grayscale: #4E4E4E. Windows color (decimal): -13746182 or 16400174. OLE color: 16400174.

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

Color convert

RGB4663250-
CMYK0.820.7500.02
HSL235º95.33%58.04%-
HSV(B)235º81.6%98.04%-
XYZ20.1611.0491.51-
YUV79.23224.37104.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.81%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 250 (98.05% from 255) = 69.64%
R=12.81%
G=17.55%
B=69.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal46632500.820.7500.0223595.3358.04
Hex2E3FFA524B02eb5f3a
Octal56773721221130235313772
Binary1011101111111111101010100101001011010111010111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,63,250); }

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

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

 a { background-color: rgb(46,63,250); }

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

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

 span { border-color: rgb(46,63,250); }

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