Html Css Color HEX #5850EB Neon Blue

📋 copy color: '#5850EB'

red 88 ◦ green 80 ◦ blue 235

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

Shades of Neon Blue #5850EB

Tints of Neon Blue #5850EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

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

R = 21.84%
G = 19.85%
B = 58.31%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5850EB (or 0x5850EB) is known color: Neon Blue. HEX triplet: 58, 50 and EB. RGB value is (88,80,235). Sum of RGB (Red+Green+Blue) = 88+80+235=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #5850EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5850EB is #A7AF14. Grayscale: #636363. Windows color (decimal): -10989333 or 15421528. OLE color: 15421528.

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

Color convert

RGB 88 80 235 -
CMYK 0.63 0.66 0 0.08
HSL 243.1º 0.79% 0.62% -
HSV(B) 243.1º 0.66% 0.92% -
XYZ 21.89 13.81 80.11 -
YUV 100.06 204.15 119.4 -
System Red Green Blue C M Y K H S L
Decimal 88 80 235 0.63 0.66 0 0.08 243.1 0.79 0.62
Hex 58 50 EB 3F 42 0 8 F3 4F 3E
Octal 130 120 353 77 102 0 10 363 117 76
Binary 1011000 1010000 11101011 111111 1000010 0 1000 11110011 1001111 111110

Color Harmonies of #5850EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850EB

Black with #5850EB

Text Example


Text Example

White with #5850EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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