#2A3EED

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

Shades of Neon Blue #2A3EED

Tints of Neon Blue #2A3EED

Color information

#2A3EED (or 0x2A3EED) is unknown color: approx Neon Blue. HEX triplet: 2A, 3E and ED. RGB value is (42,62,237). Sum of RGB (Red+Green+Blue) = 42+62+237=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #2A3EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A3EED is #D5C112. Grayscale: #4B4B4B. Windows color (decimal): -14008595 or 15547946. OLE color: 15547946.

HSL color Cylindrical-coordinate representation of color #2A3EED: hue angle of 233.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A3EED is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4262237-
CMYK0.820.7400.07
HSL233.85º84.42%54.71%-
HSV(B)233.85º82.28%92.94%-
XYZ17.9610.0581.11-
YUV75.97218.87103.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 237 (92.97% from 255) = 69.50%
R=12.32%
G=18.18%
B=69.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal42622370.820.7400.07233.8584.4254.71
Hex2A3EED524A07ea5437
Octal52763551221120735212467
Binary10101011111011101101101001010010100111111010101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,62,237); }

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

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

 a { background-color: rgb(42,62,237); }

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

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

 span { border-color: rgb(42,62,237); }

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