Html Css Color HEX #2E47EF Neon Blue

📋 copy color: '#2E47EF'

red 46 ◦ green 71 ◦ blue 239

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

Shades of Neon Blue #2E47EF

Tints of Neon Blue #2E47EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 12.92%
G = 19.94%
B = 67.13%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2E47EF (or 0x2E47EF) is known color: Neon Blue. HEX triplet: 2E, 47 and EF. RGB value is (46,71,239). Sum of RGB (Red+Green+Blue) = 46+71+239=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E47EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E47EF is #D1B810. Grayscale: #515151. Windows color (decimal): -13744145 or 15681326. OLE color: 15681326.

HSL color Cylindrical-coordinate representation of color #2E47EF: hue angle of 232.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E47EF is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 71 239 -
CMYK 0.81 0.70 0 0.06
HSL 232.23º 0.86% 0.56% -
HSV(B) 232.23º 0.81% 0.94% -
XYZ 18.96 11.32 82.85 -
YUV 82.68 216.22 101.84 -
System Red Green Blue C M Y K H S L
Decimal 46 71 239 0.81 0.70 0 0.06 232.23 0.86 0.56
Hex 2E 47 EF 51 46 0 6 E8 56 38
Octal 56 107 357 121 106 0 6 350 126 70
Binary 101110 1000111 11101111 1010001 1000110 0 110 11101000 1010110 111000

Color Harmonies of #2E47EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E47EF

Black with #2E47EF

Text Example


Text Example

White with #2E47EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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