#2E34EF

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

Shades of Neon Blue #2E34EF

Tints of Neon Blue #2E34EF

Color information

#2E34EF (or 0x2E34EF) is unknown color: approx Neon Blue. HEX triplet: 2E, 34 and EF. RGB value is (46,52,239). Sum of RGB (Red+Green+Blue) = 46+52+239=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E34EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E34EF is #D1CB10. Grayscale: #464646. Windows color (decimal): -13749009 or 15676462. OLE color: 15676462.

HSL color Cylindrical-coordinate representation of color #2E34EF: hue angle of 238.13º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E34EF is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4652239-
CMYK0.810.7800.06
HSL238.13º85.78%55.88%-
HSV(B)238.13º80.75%93.73%-
XYZ17.939.2782.51-
YUV71.52222.51109.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.65%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 239 (93.75% from 255) = 70.92%
R=13.65%
G=15.43%
B=70.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46522390.810.7800.06238.1385.7855.88
Hex2E34EF514E06ee5638
Octal56643571211160635612670
Binary10111011010011101111101000110011100110111011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E34EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,52,239); }

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

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

 a { background-color: rgb(46,52,239); }

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

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

 span { border-color: rgb(46,52,239); }

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