Html Css Color HEX #2E4CFB Neon Blue

📋 copy color: '#2E4CFB'

red 46 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #2E4CFB

Tints of Neon Blue #2E4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.38%

 BLUE value IS 251 (98.44% from 255) = 67.29%

R = 12.33%
G = 20.38%
B = 67.29%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E4CFB (or 0x2E4CFB) is known color: Neon Blue. HEX triplet: 2E, 4C and FB. RGB value is (46,76,251). Sum of RGB (Red+Green+Blue) = 46+76+251=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E4CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4CFB is #D1B304. Grayscale: #565656. Windows color (decimal): -13742853 or 16469038. OLE color: 16469038.

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

Color convert

RGB 46 76 251 -
CMYK 0.82 0.70 0 0.02
HSL 231.22º 0.96% 0.58% -
HSV(B) 231.22º 0.82% 0.98% -
XYZ 21.12 12.71 92.61 -
YUV 86.98 220.56 98.77 -
System Red Green Blue C M Y K H S L
Decimal 46 76 251 0.82 0.70 0 0.02 231.22 0.96 0.58
Hex 2E 4C FB 52 46 0 2 E7 60 3A
Octal 56 114 373 122 106 0 2 347 140 72
Binary 101110 1001100 11111011 1010010 1000110 0 10 11100111 1100000 111010

Color Harmonies of #2E4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4CFB

Black with #2E4CFB

Text Example


Text Example

White with #2E4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,76,251); }

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

background-color css

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

 a { background-color: rgb(46,76,251); }

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

border-color css

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

 span { border-color: rgb(46,76,251); }

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