Html Css Color HEX #2E2EFA Neon Blue

📋 copy color: '#2E2EFA'

red 46 ◦ green 46 ◦ blue 250

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

Shades of Neon Blue #2E2EFA

Tints of Neon Blue #2E2EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.45%

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

R = 13.45%
G = 13.45%
B = 73.1%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E2EFA (or 0x2E2EFA) is known color: Neon Blue. HEX triplet: 2E, 2E and FA. RGB value is (46,46,250). Sum of RGB (Red+Green+Blue) = 46+46+250=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E2EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2EFA is #D1D105. Grayscale: #444444. Windows color (decimal): -13750534 or 16395822. OLE color: 16395822.

HSL color Cylindrical-coordinate representation of color #2E2EFA: hue angle of 240º 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 #2E2EFA is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 46 250 -
CMYK 0.82 0.82 0 0.02
HSL 240º 0.95% 0.58% -
HSV(B) 240º 0.82% 0.98% -
XYZ 19.36 9.44 91.24 -
YUV 69.26 230 111.41 -
System Red Green Blue C M Y K H S L
Decimal 46 46 250 0.82 0.82 0 0.02 240 0.95 0.58
Hex 2E 2E FA 52 52 0 2 F0 5F 3A
Octal 56 56 372 122 122 0 2 360 137 72
Binary 101110 101110 11111010 1010010 1010010 0 10 11110000 1011111 111010

Color Harmonies of #2E2EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2EFA

Black with #2E2EFA

Text Example


Text Example

White with #2E2EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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