Html Css Color HEX #5D54EE Neon Blue

📋 copy color: '#5D54EE'

red 93 ◦ green 84 ◦ blue 238

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

Shades of Neon Blue #5D54EE

Tints of Neon Blue #5D54EE

RGB

 RED value IS 93 (36.72% from 255) = 22.41%

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

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

R = 22.41%
G = 20.24%
B = 57.35%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D54EE (or 0x5D54EE) is known color: Neon Blue. HEX triplet: 5D, 54 and EE. RGB value is (93,84,238). Sum of RGB (Red+Green+Blue) = 93+84+238=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D54EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D54EE is #A2AB11. Grayscale: #676767. Windows color (decimal): -10660626 or 15619165. OLE color: 15619165.

HSL color Cylindrical-coordinate representation of color #5D54EE: hue angle of 243.51º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D54EE is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 84 238 -
CMYK 0.61 0.65 0 0.07
HSL 243.51º 0.82% 0.63% -
HSV(B) 243.51º 0.65% 0.93% -
XYZ 23.12 14.84 82.54 -
YUV 104.25 203.48 119.98 -
System Red Green Blue C M Y K H S L
Decimal 93 84 238 0.61 0.65 0 0.07 243.51 0.82 0.63
Hex 5D 54 EE 3D 41 0 7 F4 52 3F
Octal 135 124 356 75 101 0 7 364 122 77
Binary 1011101 1010100 11101110 111101 1000001 0 111 11110100 1010010 111111

Color Harmonies of #5D54EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D54EE

Black with #5D54EE

Text Example


Text Example

White with #5D54EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D54EE; }

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

 H1.HeaderClassName
 {
   color: #5D54EE;
 }
 .AnyTagClassName
 {
   color: #5D54EE;
 }
</style>

background-color css

<style>
 a { background-color: #5D54EE; }

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

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

border-color css

<style>
 span { border-color: #5D54EE; }

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

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