#2A3DE9

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

Shades of Neon Blue #2A3DE9

Tints of Neon Blue #2A3DE9

Color information

#2A3DE9 (or 0x2A3DE9) is unknown color: approx Neon Blue. HEX triplet: 2A, 3D and E9. RGB value is (42,61,233). Sum of RGB (Red+Green+Blue) = 42+61+233=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 233 (91.41% from 255 or 69.35% from 336); Max value from RGB is 233 - color contains mainly: blue. Hex color #2A3DE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A3DE9 is #D5C216. Grayscale: #4A4A4A. Windows color (decimal): -14008855 or 15285546. OLE color: 15285546.

HSL color Cylindrical-coordinate representation of color #2A3DE9: hue angle of 234.03º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A3DE9 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4261233-
CMYK0.820.7400.09
HSL234.03º81.28%53.92%-
HSV(B)234.03º81.97%91.37%-
XYZ17.339.7178.05-
YUV74.93217.21104.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.5%
GREEN value IS 61 (24.22% from 255) = 18.15%
BLUE value IS 233 (91.41% from 255) = 69.35%
R=12.5%
G=18.15%
B=69.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42612330.820.7400.09234.0381.2853.92
Hex2A3DE9524A09ea5136
Octal527535112211201135212166
Binary101010111101111010011010010100101001001111010101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,61,233); }

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

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

 a { background-color: rgb(42,61,233); }

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

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

 span { border-color: rgb(42,61,233); }

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