Html Css Color HEX #5438E0 Neon Blue

📋 copy color: '#5438E0'

red 84 ◦ green 56 ◦ blue 224

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

Shades of Neon Blue #5438E0

Tints of Neon Blue #5438E0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.38%

 BLUE value IS 224 (87.89% from 255) = 61.54%

R = 23.08%
G = 15.38%
B = 61.54%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5438E0 (or 0x5438E0) is known color: Neon Blue. HEX triplet: 54, 38 and E0. RGB value is (84,56,224). Sum of RGB (Red+Green+Blue) = 84+56+224=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #5438E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5438E0 is #ABC71F. Grayscale: #525252. Windows color (decimal): -11257632 or 14694484. OLE color: 14694484.

HSL color Cylindrical-coordinate representation of color #5438E0: hue angle of 250º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5438E0 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 56 224 -
CMYK 0.62 0.75 0 0.12
HSL 250º 0.73% 0.55% -
HSV(B) 250º 0.75% 0.88% -
XYZ 18.52 10.09 71.49 -
YUV 83.52 207.28 128.34 -
System Red Green Blue C M Y K H S L
Decimal 84 56 224 0.62 0.75 0 0.12 250 0.73 0.55
Hex 54 38 E0 3E 4B 0 C FA 49 37
Octal 124 70 340 76 113 0 14 372 111 67
Binary 1010100 111000 11100000 111110 1001011 0 1100 11111010 1001001 110111

Color Harmonies of #5438E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5438E0

Black with #5438E0

Text Example


Text Example

White with #5438E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5438E0; }

 p { color: rgb(84,56,224); }

 H1.HeaderClassName
 {
   color: #5438E0;
 }
 .AnyTagClassName
 {
   color: #5438E0;
 }
</style>

background-color css

<style>
 a { background-color: #5438E0; }

 a { background-color: rgb(84,56,224); }

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

border-color css

<style>
 span { border-color: #5438E0; }

 span { border-color: rgb(84,56,224); }

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