Html Css Color HEX #5D5EEB Neon Blue

📋 copy color: '#5D5EEB'

red 93 ◦ green 94 ◦ blue 235

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

Shades of Neon Blue #5D5EEB

Tints of Neon Blue #5D5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.27%

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 22.04%
G = 22.27%
B = 55.69%

CMYK

 C value IS 0.60

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D5EEB (or 0x5D5EEB) is known color: Neon Blue. HEX triplet: 5D, 5E and EB. RGB value is (93,94,235). Sum of RGB (Red+Green+Blue) = 93+94+235=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D5EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5EEB is #A2A114. Grayscale: #6D6D6D. Windows color (decimal): -10658069 or 15425117. OLE color: 15425117.

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

Color convert

RGB 93 94 235 -
CMYK 0.60 0.6 0 0.08
HSL 239.58º 0.78% 0.64% -
HSV(B) 239.58º 0.6% 0.92% -
XYZ 23.51 16.33 80.51 -
YUV 109.78 198.67 116.04 -
System Red Green Blue C M Y K H S L
Decimal 93 94 235 0.60 0.6 0 0.08 239.58 0.78 0.64
Hex 5D 5E EB 3C 3C 0 8 F0 4E 40
Octal 135 136 353 74 74 0 10 360 116 100
Binary 1011101 1011110 11101011 111100 111100 0 1000 11110000 1001110 1000000

Color Harmonies of #5D5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5EEB

Black with #5D5EEB

Text Example


Text Example

White with #5D5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,94,235); }

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

background-color css

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

 a { background-color: rgb(93,94,235); }

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

border-color css

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

 span { border-color: rgb(93,94,235); }

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