Html Css Color HEX #5855EB Neon Blue

📋 copy color: '#5855EB'

red 88 ◦ green 85 ◦ blue 235

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

Shades of Neon Blue #5855EB

Tints of Neon Blue #5855EB

RGB

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

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

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

R = 21.57%
G = 20.83%
B = 57.6%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5855EB (or 0x5855EB) is known color: Neon Blue. HEX triplet: 58, 55 and EB. RGB value is (88,85,235). Sum of RGB (Red+Green+Blue) = 88+85+235=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #5855EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5855EB is #A7AA14. Grayscale: #666666. Windows color (decimal): -10988053 or 15422808. OLE color: 15422808.

HSL color Cylindrical-coordinate representation of color #5855EB: hue angle of 241.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 #5855EB is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 85 235 -
CMYK 0.63 0.64 0 0.08
HSL 241.2º 0.79% 0.63% -
HSV(B) 241.2º 0.64% 0.92% -
XYZ 22.27 14.57 80.24 -
YUV 103 202.49 117.3 -
System Red Green Blue C M Y K H S L
Decimal 88 85 235 0.63 0.64 0 0.08 241.2 0.79 0.63
Hex 58 55 EB 3F 40 0 8 F1 4F 3F
Octal 130 125 353 77 100 0 10 361 117 77
Binary 1011000 1010101 11101011 111111 1000000 0 1000 11110001 1001111 111111

Color Harmonies of #5855EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5855EB

Black with #5855EB

Text Example


Text Example

White with #5855EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5855EB; }

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

 H1.HeaderClassName
 {
   color: #5855EB;
 }
 .AnyTagClassName
 {
   color: #5855EB;
 }
</style>

background-color css

<style>
 a { background-color: #5855EB; }

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

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

border-color css

<style>
 span { border-color: #5855EB; }

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

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