Html Css Color HEX #2E40FD Neon Blue

📋 copy color: '#2E40FD'

red 46 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #2E40FD

Tints of Neon Blue #2E40FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 12.67%
G = 17.63%
B = 69.7%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E40FD (or 0x2E40FD) is known color: Neon Blue. HEX triplet: 2E, 40 and FD. RGB value is (46,64,253). Sum of RGB (Red+Green+Blue) = 46+64+253=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E40FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E40FD is #D1BF02. Grayscale: #4F4F4F. Windows color (decimal): -13745923 or 16597038. OLE color: 16597038.

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

Color convert

RGB 46 64 253 -
CMYK 0.82 0.75 0 0.01
HSL 234.78º 0.98% 0.59% -
HSV(B) 234.78º 0.82% 0.99% -
XYZ 20.69 11.34 94.03 -
YUV 80.16 225.54 103.63 -
System Red Green Blue C M Y K H S L
Decimal 46 64 253 0.82 0.75 0 0.01 234.78 0.98 0.59
Hex 2E 40 FD 52 4B 0 1 EB 62 3B
Octal 56 100 375 122 113 0 1 353 142 73
Binary 101110 1000000 11111101 1010010 1001011 0 1 11101011 1100010 111011

Color Harmonies of #2E40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E40FD

Black with #2E40FD

Text Example


Text Example

White with #2E40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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