Html Css Color HEX #2E31FA Neon Blue

📋 copy color: '#2E31FA'

red 46 ◦ green 49 ◦ blue 250

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

Shades of Neon Blue #2E31FA

Tints of Neon Blue #2E31FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.46%

R = 13.33%
G = 14.2%
B = 72.46%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E31FA (or 0x2E31FA) is known color: Neon Blue. HEX triplet: 2E, 31 and FA. RGB value is (46,49,250). Sum of RGB (Red+Green+Blue) = 46+49+250=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E31FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E31FA is #D1CE05. Grayscale: #464646. Windows color (decimal): -13749766 or 16396590. OLE color: 16396590.

HSL color Cylindrical-coordinate representation of color #2E31FA: hue angle of 239.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E31FA is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 49 250 -
CMYK 0.82 0.80 0 0.02
HSL 239.12º 0.95% 0.58% -
HSV(B) 239.12º 0.82% 0.98% -
XYZ 19.48 9.68 91.28 -
YUV 71.02 229.01 110.16 -
System Red Green Blue C M Y K H S L
Decimal 46 49 250 0.82 0.80 0 0.02 239.12 0.95 0.58
Hex 2E 31 FA 52 50 0 2 EF 5F 3A
Octal 56 61 372 122 120 0 2 357 137 72
Binary 101110 110001 11111010 1010010 1010000 0 10 11101111 1011111 111010

Color Harmonies of #2E31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E31FA

Black with #2E31FA

Text Example


Text Example

White with #2E31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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