Html Css Color HEX #2E37F1 Neon Blue

📋 copy color: '#2E37F1'

red 46 ◦ green 55 ◦ blue 241

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

Shades of Neon Blue #2E37F1

Tints of Neon Blue #2E37F1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.08%

 BLUE value IS 241 (94.53% from 255) = 70.47%

R = 13.45%
G = 16.08%
B = 70.47%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2E37F1 (or 0x2E37F1) is known color: Neon Blue. HEX triplet: 2E, 37 and F1. RGB value is (46,55,241). Sum of RGB (Red+Green+Blue) = 46+55+241=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 241 (94.53% from 255 or 70.47% from 342); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E37F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E37F1 is #D1C80E. Grayscale: #484848. Windows color (decimal): -13748239 or 15808302. OLE color: 15808302.

HSL color Cylindrical-coordinate representation of color #2E37F1: hue angle of 237.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E37F1 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 55 241 -
CMYK 0.81 0.77 0 0.05
HSL 237.23º 0.87% 0.56% -
HSV(B) 237.23º 0.81% 0.95% -
XYZ 18.37 9.66 84.12 -
YUV 73.51 222.52 108.38 -
System Red Green Blue C M Y K H S L
Decimal 46 55 241 0.81 0.77 0 0.05 237.23 0.87 0.56
Hex 2E 37 F1 51 4D 0 5 ED 57 38
Octal 56 67 361 121 115 0 5 355 127 70
Binary 101110 110111 11110001 1010001 1001101 0 101 11101101 1010111 111000

Color Harmonies of #2E37F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E37F1

Black with #2E37F1

Text Example


Text Example

White with #2E37F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,55,241); }

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

background-color css

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

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

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

border-color css

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

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

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