Html Css Color HEX #5850EA Neon Blue

📋 copy color: '#5850EA'

red 88 ◦ green 80 ◦ blue 234

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

Shades of Neon Blue #5850EA

Tints of Neon Blue #5850EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.21%

R = 21.89%
G = 19.9%
B = 58.21%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5850EA (or 0x5850EA) is known color: Neon Blue. HEX triplet: 58, 50 and EA. RGB value is (88,80,234). Sum of RGB (Red+Green+Blue) = 88+80+234=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #5850EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5850EA is #A7AF15. Grayscale: #636363. Windows color (decimal): -10989334 or 15355992. OLE color: 15355992.

HSL color Cylindrical-coordinate representation of color #5850EA: hue angle of 243.12º 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 #5850EA is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 80 234 -
CMYK 0.62 0.66 0 0.08
HSL 243.12º 0.79% 0.62% -
HSV(B) 243.12º 0.66% 0.92% -
XYZ 21.74 13.75 79.35 -
YUV 99.95 203.65 119.48 -
System Red Green Blue C M Y K H S L
Decimal 88 80 234 0.62 0.66 0 0.08 243.12 0.79 0.62
Hex 58 50 EA 3E 42 0 8 F3 4F 3E
Octal 130 120 352 76 102 0 10 363 117 76
Binary 1011000 1010000 11101010 111110 1000010 0 1000 11110011 1001111 111110

Color Harmonies of #5850EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5850EA

Black with #5850EA

Text Example


Text Example

White with #5850EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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