Html Css Color HEX #2E30EB Neon Blue

📋 copy color: '#2E30EB'

red 46 ◦ green 48 ◦ blue 235

#2E30EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #2E30EB

Tints of Neon Blue #2E30EB

RGB

 RED value IS 46 (18.36% from 255) = 13.98%

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 13.98%
G = 14.59%
B = 71.43%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E30EB (or 0x2E30EB) is known color: Neon Blue. HEX triplet: 2E, 30 and EB. RGB value is (46,48,235). Sum of RGB (Red+Green+Blue) = 46+48+235=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E30EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E30EB is #D1CF14. Grayscale: #434343. Windows color (decimal): -13750037 or 15413294. OLE color: 15413294.

HSL color Cylindrical-coordinate representation of color #2E30EB: hue angle of 239.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E30EB is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 48 235 -
CMYK 0.80 0.80 0 0.08
HSL 239.37º 0.83% 0.55% -
HSV(B) 239.37º 0.8% 0.92% -
XYZ 17.18 8.69 79.37 -
YUV 68.72 221.84 111.79 -
System Red Green Blue C M Y K H S L
Decimal 46 48 235 0.80 0.80 0 0.08 239.37 0.83 0.55
Hex 2E 30 EB 50 50 0 8 EF 53 37
Octal 56 60 353 120 120 0 10 357 123 67
Binary 101110 110000 11101011 1010000 1010000 0 1000 11101111 1010011 110111

Color Harmonies of #2E30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E30EB

Black with #2E30EB

Text Example


Text Example

White with #2E30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,48,235); }

 H1.HeaderClassName
 {
   color: #2E30EB;
 }
 .AnyTagClassName
 {
   color: #2E30EB;
 }
</style>

background-color css

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

 a { background-color: rgb(46,48,235); }

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

border-color css

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

 span { border-color: rgb(46,48,235); }

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