Html Css Color HEX #2E4AF6 Neon Blue

📋 copy color: '#2E4AF6'

red 46 ◦ green 74 ◦ blue 246

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

Shades of Neon Blue #2E4AF6

Tints of Neon Blue #2E4AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.22%

 BLUE value IS 246 (96.48% from 255) = 67.21%

R = 12.57%
G = 20.22%
B = 67.21%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2E4AF6 (or 0x2E4AF6) is known color: Neon Blue. HEX triplet: 2E, 4A and F6. RGB value is (46,74,246). Sum of RGB (Red+Green+Blue) = 46+74+246=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 246 (96.48% from 255 or 67.21% from 366); Max value from RGB is 246 - color contains mainly: blue. Hex color #2E4AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4AF6 is #D1B509. Grayscale: #545454. Windows color (decimal): -13743370 or 16140846. OLE color: 16140846.

HSL color Cylindrical-coordinate representation of color #2E4AF6: hue angle of 231.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E4AF6 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 46 74 246 -
CMYK 0.81 0.70 0 0.04
HSL 231.6º 0.92% 0.57% -
HSV(B) 231.6º 0.81% 0.96% -
XYZ 20.21 12.13 88.47 -
YUV 85.24 218.72 100.01 -
System Red Green Blue C M Y K H S L
Decimal 46 74 246 0.81 0.70 0 0.04 231.6 0.92 0.57
Hex 2E 4A F6 51 46 0 4 E8 5C 39
Octal 56 112 366 121 106 0 4 350 134 71
Binary 101110 1001010 11110110 1010001 1000110 0 100 11101000 1011100 111001

Color Harmonies of #2E4AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4AF6

Black with #2E4AF6

Text Example


Text Example

White with #2E4AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,246); }

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

background-color css

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

 a { background-color: rgb(46,74,246); }

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

border-color css

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

 span { border-color: rgb(46,74,246); }

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