Html Css Color HEX #2940EE Neon Blue

📋 copy color: '#2940EE'

red 41 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #2940EE

Tints of Neon Blue #2940EE

RGB

 RED value IS 41 (16.41% from 255) = 11.95%

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

 BLUE value IS 238 (93.36% from 255) = 69.39%

R = 11.95%
G = 18.66%
B = 69.39%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2940EE (or 0x2940EE) is known color: Neon Blue. HEX triplet: 29, 40 and EE. RGB value is (41,64,238). Sum of RGB (Red+Green+Blue) = 41+64+238=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #2940EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2940EE is #D6BF11. Grayscale: #4C4C4C. Windows color (decimal): -14073618 or 15613993. OLE color: 15613993.

HSL color Cylindrical-coordinate representation of color #2940EE: hue angle of 232.99º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2940EE is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 64 238 -
CMYK 0.83 0.73 0 0.07
HSL 232.99º 0.85% 0.55% -
HSV(B) 232.99º 0.83% 0.93% -
XYZ 18.18 10.31 81.92 -
YUV 76.96 218.88 102.35 -
System Red Green Blue C M Y K H S L
Decimal 41 64 238 0.83 0.73 0 0.07 232.99 0.85 0.55
Hex 29 40 EE 53 49 0 7 E9 55 37
Octal 51 100 356 123 111 0 7 351 125 67
Binary 101001 1000000 11101110 1010011 1001001 0 111 11101001 1010101 110111

Color Harmonies of #2940EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940EE

Black with #2940EE

Text Example


Text Example

White with #2940EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2940EE; }

 p { color: rgb(41,64,238); }

 H1.HeaderClassName
 {
   color: #2940EE;
 }
 .AnyTagClassName
 {
   color: #2940EE;
 }
</style>

background-color css

<style>
 a { background-color: #2940EE; }

 a { background-color: rgb(41,64,238); }

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

border-color css

<style>
 span { border-color: #2940EE; }

 span { border-color: rgb(41,64,238); }

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