Html Css Color HEX #5856E8 Neon Blue

📋 copy color: '#5856E8'

red 88 ◦ green 86 ◦ blue 232

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

Shades of Neon Blue #5856E8

Tints of Neon Blue #5856E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 57.14%

R = 21.67%
G = 21.18%
B = 57.14%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5856E8 (or 0x5856E8) is known color: Neon Blue. HEX triplet: 58, 56 and E8. RGB value is (88,86,232). Sum of RGB (Red+Green+Blue) = 88+86+232=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #5856E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5856E8 is #A7A917. Grayscale: #666666. Windows color (decimal): -10987800 or 15226456. OLE color: 15226456.

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

Color convert

RGB 88 86 232 -
CMYK 0.62 0.63 0 0.09
HSL 240.82º 0.76% 0.62% -
HSV(B) 240.82º 0.63% 0.91% -
XYZ 21.92 14.56 78 -
YUV 103.24 200.66 117.13 -
System Red Green Blue C M Y K H S L
Decimal 88 86 232 0.62 0.63 0 0.09 240.82 0.76 0.62
Hex 58 56 E8 3E 3F 0 9 F1 4C 3E
Octal 130 126 350 76 77 0 11 361 114 76
Binary 1011000 1010110 11101000 111110 111111 0 1001 11110001 1001100 111110

Color Harmonies of #5856E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5856E8

Black with #5856E8

Text Example


Text Example

White with #5856E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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