Html Css Color HEX #5D55EB Neon Blue

📋 copy color: '#5D55EB'

red 93 ◦ green 85 ◦ blue 235

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

Shades of Neon Blue #5D55EB

Tints of Neon Blue #5D55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

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

R = 22.52%
G = 20.58%
B = 56.9%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D55EB (or 0x5D55EB) is known color: Neon Blue. HEX triplet: 5D, 55 and EB. RGB value is (93,85,235). Sum of RGB (Red+Green+Blue) = 93+85+235=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D55EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D55EB is #A2AA14. Grayscale: #676767. Windows color (decimal): -10660373 or 15422813. OLE color: 15422813.

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

Color convert

RGB 93 85 235 -
CMYK 0.60 0.64 0 0.08
HSL 243.2º 0.79% 0.63% -
HSV(B) 243.2º 0.64% 0.92% -
XYZ 22.76 14.82 80.26 -
YUV 104.49 201.65 119.8 -
System Red Green Blue C M Y K H S L
Decimal 93 85 235 0.60 0.64 0 0.08 243.2 0.79 0.63
Hex 5D 55 EB 3C 40 0 8 F3 4F 3F
Octal 135 125 353 74 100 0 10 363 117 77
Binary 1011101 1010101 11101011 111100 1000000 0 1000 11110011 1001111 111111

Color Harmonies of #5D55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D55EB

Black with #5D55EB

Text Example


Text Example

White with #5D55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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