Html Css Color HEX #2E36FA Neon Blue

📋 copy color: '#2E36FA'

red 46 ◦ green 54 ◦ blue 250

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

Shades of Neon Blue #2E36FA

Tints of Neon Blue #2E36FA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

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

R = 13.14%
G = 15.43%
B = 71.43%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E36FA (or 0x2E36FA) is known color: Neon Blue. HEX triplet: 2E, 36 and FA. RGB value is (46,54,250). Sum of RGB (Red+Green+Blue) = 46+54+250=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E36FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E36FA is #D1C905. Grayscale: #494949. Windows color (decimal): -13748486 or 16397870. OLE color: 16397870.

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

Color convert

RGB 46 54 250 -
CMYK 0.82 0.78 0 0.02
HSL 237.65º 0.95% 0.58% -
HSV(B) 237.65º 0.82% 0.98% -
XYZ 19.7 10.12 91.36 -
YUV 73.95 227.35 108.06 -
System Red Green Blue C M Y K H S L
Decimal 46 54 250 0.82 0.78 0 0.02 237.65 0.95 0.58
Hex 2E 36 FA 52 4E 0 2 EE 5F 3A
Octal 56 66 372 122 116 0 2 356 137 72
Binary 101110 110110 11111010 1010010 1001110 0 10 11101110 1011111 111010

Color Harmonies of #2E36FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E36FA

Black with #2E36FA

Text Example


Text Example

White with #2E36FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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