Html Css Color HEX #2E4EFF Neon Blue

📋 copy color: '#2E4EFF'

red 46 ◦ green 78 ◦ blue 255

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

Shades of Neon Blue #2E4EFF

Tints of Neon Blue #2E4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.58%

 BLUE value IS 255 (100% from 255) = 67.28%

R = 12.14%
G = 20.58%
B = 67.28%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2E4EFF (or 0x2E4EFF) is known color: Neon Blue. HEX triplet: 2E, 4E and FF. RGB value is (46,78,255). Sum of RGB (Red+Green+Blue) = 46+78+255=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E4EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4EFF is #D1B100. Grayscale: #575757. Windows color (decimal): -13742337 or 16731694. OLE color: 16731694.

HSL color Cylindrical-coordinate representation of color #2E4EFF: hue angle of 230.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E4EFF is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 46 78 255 -
CMYK 0.82 0.69 0 0
HSL 230.81º 1% 0.59% -
HSV(B) 230.81º 0.82% 1% -
XYZ 21.9 13.25 96.01 -
YUV 88.61 221.9 97.61 -
System Red Green Blue C M Y K H S L
Decimal 46 78 255 0.82 0.69 0 0 230.81 1 0.59
Hex 2E 4E FF 52 45 0 0 E7 64 3B
Octal 56 116 377 122 105 0 0 347 144 73
Binary 101110 1001110 11111111 1010010 1000101 0 0 11100111 1100100 111011

Color Harmonies of #2E4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4EFF

Black with #2E4EFF

Text Example


Text Example

White with #2E4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,78,255); }

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

background-color css

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

 a { background-color: rgb(46,78,255); }

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

border-color css

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

 span { border-color: rgb(46,78,255); }

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