Html Css Color HEX #5854EA Neon Blue

📋 copy color: '#5854EA'

red 88 ◦ green 84 ◦ blue 234

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

Shades of Neon Blue #5854EA

Tints of Neon Blue #5854EA

RGB

 RED value IS 88 (34.77% from 255) = 21.67%

 GREEN value IS 84 (33.2% from 255) = 20.69%

 BLUE value IS 234 (91.8% from 255) = 57.64%

R = 21.67%
G = 20.69%
B = 57.64%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5854EA (or 0x5854EA) is known color: Neon Blue. HEX triplet: 58, 54 and EA. RGB value is (88,84,234). Sum of RGB (Red+Green+Blue) = 88+84+234=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #5854EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5854EA is #A7AB15. Grayscale: #656565. Windows color (decimal): -10988310 or 15357016. OLE color: 15357016.

HSL color Cylindrical-coordinate representation of color #5854EA: hue angle of 241.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5854EA is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 84 234 -
CMYK 0.62 0.64 0 0.08
HSL 241.6º 0.78% 0.62% -
HSV(B) 241.6º 0.64% 0.92% -
XYZ 22.05 14.36 79.45 -
YUV 102.3 202.33 117.8 -
System Red Green Blue C M Y K H S L
Decimal 88 84 234 0.62 0.64 0 0.08 241.6 0.78 0.62
Hex 58 54 EA 3E 40 0 8 F2 4E 3E
Octal 130 124 352 76 100 0 10 362 116 76
Binary 1011000 1010100 11101010 111110 1000000 0 1000 11110010 1001110 111110

Color Harmonies of #5854EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5854EA

Black with #5854EA

Text Example


Text Example

White with #5854EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5854EA; }

 p { color: rgb(88,84,234); }

 H1.HeaderClassName
 {
   color: #5854EA;
 }
 .AnyTagClassName
 {
   color: #5854EA;
 }
</style>

background-color css

<style>
 a { background-color: #5854EA; }

 a { background-color: rgb(88,84,234); }

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

border-color css

<style>
 span { border-color: #5854EA; }

 span { border-color: rgb(88,84,234); }

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