Html Css Color HEX #5440EE Neon Blue

📋 copy color: '#5440EE'

red 84 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #5440EE

Tints of Neon Blue #5440EE

RGB

 RED value IS 84 (33.2% from 255) = 21.76%

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

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

R = 21.76%
G = 16.58%
B = 61.66%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5440EE (or 0x5440EE) is known color: Neon Blue. HEX triplet: 54, 40 and EE. RGB value is (84,64,238). Sum of RGB (Red+Green+Blue) = 84+64+238=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #5440EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5440EE is #ABBF11. Grayscale: #595959. Windows color (decimal): -11255570 or 15614036. OLE color: 15614036.

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

Color convert

RGB 84 64 238 -
CMYK 0.65 0.73 0 0.07
HSL 246.9º 0.84% 0.59% -
HSV(B) 246.9º 0.73% 0.93% -
XYZ 20.92 11.72 82.05 -
YUV 89.82 211.63 123.85 -
System Red Green Blue C M Y K H S L
Decimal 84 64 238 0.65 0.73 0 0.07 246.9 0.84 0.59
Hex 54 40 EE 41 49 0 7 F7 54 3B
Octal 124 100 356 101 111 0 7 367 124 73
Binary 1010100 1000000 11101110 1000001 1001001 0 111 11110111 1010100 111011

Color Harmonies of #5440EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5440EE

Black with #5440EE

Text Example


Text Example

White with #5440EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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