Html Css Color HEX #2E47FF Neon Blue

📋 copy color: '#2E47FF'

red 46 ◦ green 71 ◦ blue 255

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

Shades of Neon Blue #2E47FF

Tints of Neon Blue #2E47FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

 BLUE value IS 255 (100% from 255) = 68.55%

R = 12.37%
G = 19.09%
B = 68.55%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2E47FF (or 0x2E47FF) is known color: Neon Blue. HEX triplet: 2E, 47 and FF. RGB value is (46,71,255). Sum of RGB (Red+Green+Blue) = 46+71+255=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E47FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E47FF is #D1B800. Grayscale: #535353. Windows color (decimal): -13744129 or 16729902. OLE color: 16729902.

HSL color Cylindrical-coordinate representation of color #2E47FF: hue angle of 232.82º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E47FF is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 46 71 255 -
CMYK 0.82 0.72 0 0
HSL 232.82º 1% 0.59% -
HSV(B) 232.82º 0.82% 1% -
XYZ 21.43 12.31 95.85 -
YUV 84.5 224.22 100.54 -
System Red Green Blue C M Y K H S L
Decimal 46 71 255 0.82 0.72 0 0 232.82 1 0.59
Hex 2E 47 FF 52 48 0 0 E9 64 3B
Octal 56 107 377 122 110 0 0 351 144 73
Binary 101110 1000111 11111111 1010010 1001000 0 0 11101001 1100100 111011

Color Harmonies of #2E47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E47FF

Black with #2E47FF

Text Example


Text Example

White with #2E47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,71,255); }

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

background-color css

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

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

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

border-color css

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

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

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