Html Css Color HEX #2E40FB Neon Blue

📋 copy color: '#2E40FB'

red 46 ◦ green 64 ◦ blue 251

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

Shades of Neon Blue #2E40FB

Tints of Neon Blue #2E40FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

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

R = 12.74%
G = 17.73%
B = 69.53%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E40FB (or 0x2E40FB) is known color: Neon Blue. HEX triplet: 2E, 40 and FB. RGB value is (46,64,251). Sum of RGB (Red+Green+Blue) = 46+64+251=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E40FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E40FB is #D1BF04. Grayscale: #4F4F4F. Windows color (decimal): -13745925 or 16465966. OLE color: 16465966.

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

Color convert

RGB 46 64 251 -
CMYK 0.82 0.75 0 0.02
HSL 234.73º 0.96% 0.58% -
HSV(B) 234.73º 0.82% 0.98% -
XYZ 20.37 11.21 92.36 -
YUV 79.94 224.54 103.79 -
System Red Green Blue C M Y K H S L
Decimal 46 64 251 0.82 0.75 0 0.02 234.73 0.96 0.58
Hex 2E 40 FB 52 4B 0 2 EB 60 3A
Octal 56 100 373 122 113 0 2 353 140 72
Binary 101110 1000000 11111011 1010010 1001011 0 10 11101011 1100000 111010

Color Harmonies of #2E40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E40FB

Black with #2E40FB

Text Example


Text Example

White with #2E40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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