Html Css Color HEX #2E49FC Neon Blue

📋 copy color: '#2E49FC'

red 46 ◦ green 73 ◦ blue 252

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

Shades of Neon Blue #2E49FC

Tints of Neon Blue #2E49FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 12.4%
G = 19.68%
B = 67.92%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E49FC (or 0x2E49FC) is known color: Neon Blue. HEX triplet: 2E, 49 and FC. RGB value is (46,73,252). Sum of RGB (Red+Green+Blue) = 46+73+252=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E49FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E49FC is #D1B603. Grayscale: #545454. Windows color (decimal): -13743620 or 16533806. OLE color: 16533806.

HSL color Cylindrical-coordinate representation of color #2E49FC: hue angle of 232.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E49FC is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 73 252 -
CMYK 0.82 0.71 0 0.01
HSL 232.14º 0.97% 0.58% -
HSV(B) 232.14º 0.82% 0.99% -
XYZ 21.08 12.37 93.37 -
YUV 85.33 222.05 99.95 -
System Red Green Blue C M Y K H S L
Decimal 46 73 252 0.82 0.71 0 0.01 232.14 0.97 0.58
Hex 2E 49 FC 52 47 0 1 E8 61 3A
Octal 56 111 374 122 107 0 1 350 141 72
Binary 101110 1001001 11111100 1010010 1000111 0 1 11101000 1100001 111010

Color Harmonies of #2E49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E49FC

Black with #2E49FC

Text Example


Text Example

White with #2E49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,252); }

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

background-color css

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

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

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

border-color css

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

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

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