Html Css Color HEX #5D58EE Neon Blue

📋 copy color: '#5D58EE'

red 93 ◦ green 88 ◦ blue 238

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

Shades of Neon Blue #5D58EE

Tints of Neon Blue #5D58EE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

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

R = 22.2%
G = 21%
B = 56.8%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D58EE (or 0x5D58EE) is known color: Neon Blue. HEX triplet: 5D, 58 and EE. RGB value is (93,88,238). Sum of RGB (Red+Green+Blue) = 93+88+238=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #5D58EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D58EE is #A2A711. Grayscale: #6A6A6A. Windows color (decimal): -10659602 or 15620189. OLE color: 15620189.

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

Color convert

RGB 93 88 238 -
CMYK 0.61 0.63 0 0.07
HSL 242º 0.82% 0.64% -
HSV(B) 242º 0.63% 0.93% -
XYZ 23.44 15.48 82.64 -
YUV 106.6 202.16 118.3 -
System Red Green Blue C M Y K H S L
Decimal 93 88 238 0.61 0.63 0 0.07 242 0.82 0.64
Hex 5D 58 EE 3D 3F 0 7 F2 52 40
Octal 135 130 356 75 77 0 7 362 122 100
Binary 1011101 1011000 11101110 111101 111111 0 111 11110010 1010010 1000000

Color Harmonies of #5D58EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D58EE

Black with #5D58EE

Text Example


Text Example

White with #5D58EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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