Html Css Color HEX #5856EA Neon Blue

📋 copy color: '#5856EA'

red 88 ◦ green 86 ◦ blue 234

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

Shades of Neon Blue #5856EA

Tints of Neon Blue #5856EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.08%

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

R = 21.57%
G = 21.08%
B = 57.35%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5856EA (or 0x5856EA) is known color: Neon Blue. HEX triplet: 58, 56 and EA. RGB value is (88,86,234). Sum of RGB (Red+Green+Blue) = 88+86+234=408 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.57% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #5856EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5856EA is #A7A915. Grayscale: #666666. Windows color (decimal): -10987798 or 15357528. OLE color: 15357528.

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

Color convert

RGB 88 86 234 -
CMYK 0.62 0.63 0 0.08
HSL 240.81º 0.78% 0.63% -
HSV(B) 240.81º 0.63% 0.92% -
XYZ 22.2 14.67 79.5 -
YUV 103.47 201.66 116.97 -
System Red Green Blue C M Y K H S L
Decimal 88 86 234 0.62 0.63 0 0.08 240.81 0.78 0.63
Hex 58 56 EA 3E 3F 0 8 F1 4E 3F
Octal 130 126 352 76 77 0 10 361 116 77
Binary 1011000 1010110 11101010 111110 111111 0 1000 11110001 1001110 111111

Color Harmonies of #5856EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5856EA

Black with #5856EA

Text Example


Text Example

White with #5856EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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