Html Css Color HEX #2E31FE Neon Blue

📋 copy color: '#2E31FE'

red 46 ◦ green 49 ◦ blue 254

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

Shades of Neon Blue #2E31FE

Tints of Neon Blue #2E31FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 254 (99.61% from 255) = 72.78%

R = 13.18%
G = 14.04%
B = 72.78%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2E31FE (or 0x2E31FE) is known color: Neon Blue. HEX triplet: 2E, 31 and FE. RGB value is (46,49,254). Sum of RGB (Red+Green+Blue) = 46+49+254=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 254 (99.61% from 255 or 72.78% from 349); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E31FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E31FE is #D1CE01. Grayscale: #464646. Windows color (decimal): -13749762 or 16658734. OLE color: 16658734.

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

Color convert

RGB 46 49 254 -
CMYK 0.82 0.81 0 0.00
HSL 239.13º 0.99% 0.59% -
HSV(B) 239.13º 0.82% 1% -
XYZ 20.11 9.93 94.62 -
YUV 71.47 231.01 109.83 -
System Red Green Blue C M Y K H S L
Decimal 46 49 254 0.82 0.81 0 0.00 239.13 0.99 0.59
Hex 2E 31 FE 52 51 0 0 EF 63 3B
Octal 56 61 376 122 121 0 0 357 143 73
Binary 101110 110001 11111110 1010010 1010001 0 0 11101111 1100011 111011

Color Harmonies of #2E31FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E31FE

Black with #2E31FE

Text Example


Text Example

White with #2E31FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,254); }

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

background-color css

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

 a { background-color: rgb(46,49,254); }

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

border-color css

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

 span { border-color: rgb(46,49,254); }

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