Html Css Color HEX #2E41FA Neon Blue

📋 copy color: '#2E41FA'

red 46 ◦ green 65 ◦ blue 250

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

Shades of Neon Blue #2E41FA

Tints of Neon Blue #2E41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

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

R = 12.74%
G = 18.01%
B = 69.25%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E41FA (or 0x2E41FA) is known color: Neon Blue. HEX triplet: 2E, 41 and FA. RGB value is (46,65,250). Sum of RGB (Red+Green+Blue) = 46+65+250=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 250 (98.05% from 255 or 69.25% from 361); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E41FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E41FA is #D1BE05. Grayscale: #4F4F4F. Windows color (decimal): -13745670 or 16400686. OLE color: 16400686.

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

Color convert

RGB 46 65 250 -
CMYK 0.82 0.74 0 0.02
HSL 234.41º 0.95% 0.58% -
HSV(B) 234.41º 0.82% 0.98% -
XYZ 20.27 11.26 91.55 -
YUV 80.41 223.71 103.46 -
System Red Green Blue C M Y K H S L
Decimal 46 65 250 0.82 0.74 0 0.02 234.41 0.95 0.58
Hex 2E 41 FA 52 4A 0 2 EA 5F 3A
Octal 56 101 372 122 112 0 2 352 137 72
Binary 101110 1000001 11111010 1010010 1001010 0 10 11101010 1011111 111010

Color Harmonies of #2E41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E41FA

Black with #2E41FA

Text Example


Text Example

White with #2E41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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