Html Css Color HEX #5956EE Neon Blue

📋 copy color: '#5956EE'

red 89 ◦ green 86 ◦ blue 238

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

Shades of Neon Blue #5956EE

Tints of Neon Blue #5956EE

RGB

 RED value IS 89 (35.16% from 255) = 21.55%

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

 BLUE value IS 238 (93.36% from 255) = 57.63%

R = 21.55%
G = 20.82%
B = 57.63%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5956EE (or 0x5956EE) is known color: Neon Blue. HEX triplet: 59, 56 and EE. RGB value is (89,86,238). Sum of RGB (Red+Green+Blue) = 89+86+238=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #5956EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5956EE is #A6A911. Grayscale: #676767. Windows color (decimal): -10922258 or 15619673. OLE color: 15619673.

HSL color Cylindrical-coordinate representation of color #5956EE: hue angle of 241.18º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5956EE is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 86 238 -
CMYK 0.63 0.64 0 0.07
HSL 241.18º 0.82% 0.64% -
HSV(B) 241.18º 0.64% 0.93% -
XYZ 22.88 14.95 82.57 -
YUV 104.23 203.49 117.14 -
System Red Green Blue C M Y K H S L
Decimal 89 86 238 0.63 0.64 0 0.07 241.18 0.82 0.64
Hex 59 56 EE 3F 40 0 7 F1 52 40
Octal 131 126 356 77 100 0 7 361 122 100
Binary 1011001 1010110 11101110 111111 1000000 0 111 11110001 1010010 1000000

Color Harmonies of #5956EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5956EE

Black with #5956EE

Text Example


Text Example

White with #5956EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5956EE; }

 p { color: rgb(89,86,238); }

 H1.HeaderClassName
 {
   color: #5956EE;
 }
 .AnyTagClassName
 {
   color: #5956EE;
 }
</style>

background-color css

<style>
 a { background-color: #5956EE; }

 a { background-color: rgb(89,86,238); }

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

border-color css

<style>
 span { border-color: #5956EE; }

 span { border-color: rgb(89,86,238); }

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