Html Css Color HEX #2E47FE Neon Blue

📋 copy color: '#2E47FE'

red 46 ◦ green 71 ◦ blue 254

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

Shades of Neon Blue #2E47FE

Tints of Neon Blue #2E47FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 12.4%
G = 19.14%
B = 68.46%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2E47FE (or 0x2E47FE) is known color: Neon Blue. HEX triplet: 2E, 47 and FE. RGB value is (46,71,254). Sum of RGB (Red+Green+Blue) = 46+71+254=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E47FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E47FE is #D1B801. Grayscale: #535353. Windows color (decimal): -13744130 or 16664366. OLE color: 16664366.

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

Color convert

RGB 46 71 254 -
CMYK 0.82 0.72 0 0.00
HSL 232.79º 0.99% 0.59% -
HSV(B) 232.79º 0.82% 1% -
XYZ 21.27 12.24 95.01 -
YUV 84.39 223.72 100.62 -
System Red Green Blue C M Y K H S L
Decimal 46 71 254 0.82 0.72 0 0.00 232.79 0.99 0.59
Hex 2E 47 FE 52 48 0 0 E9 63 3B
Octal 56 107 376 122 110 0 0 351 143 73
Binary 101110 1000111 11111110 1010010 1001000 0 0 11101001 1100011 111011

Color Harmonies of #2E47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E47FE

Black with #2E47FE

Text Example


Text Example

White with #2E47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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