Html Css Color HEX #5961ED Neon Blue

📋 copy color: '#5961ED'

red 89 ◦ green 97 ◦ blue 237

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

Shades of Neon Blue #5961ED

Tints of Neon Blue #5961ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

 BLUE value IS 237 (92.97% from 255) = 56.03%

R = 21.04%
G = 22.93%
B = 56.03%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5961ED (or 0x5961ED) is known color: Neon Blue. HEX triplet: 59, 61 and ED. RGB value is (89,97,237). Sum of RGB (Red+Green+Blue) = 89+97+237=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #5961ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5961ED is #A69E12. Grayscale: #6E6E6E. Windows color (decimal): -10919443 or 15556953. OLE color: 15556953.

HSL color Cylindrical-coordinate representation of color #5961ED: hue angle of 236.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5961ED is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 97 237 -
CMYK 0.62 0.59 0 0.07
HSL 236.76º 0.8% 0.64% -
HSV(B) 236.76º 0.62% 0.93% -
XYZ 23.68 16.79 82.11 -
YUV 110.57 199.35 112.62 -
System Red Green Blue C M Y K H S L
Decimal 89 97 237 0.62 0.59 0 0.07 236.76 0.8 0.64
Hex 59 61 ED 3E 3B 0 7 ED 50 40
Octal 131 141 355 76 73 0 7 355 120 100
Binary 1011001 1100001 11101101 111110 111011 0 111 11101101 1010000 1000000

Color Harmonies of #5961ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5961ED

Black with #5961ED

Text Example


Text Example

White with #5961ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5961ED; }

 p { color: rgb(89,97,237); }

 H1.HeaderClassName
 {
   color: #5961ED;
 }
 .AnyTagClassName
 {
   color: #5961ED;
 }
</style>

background-color css

<style>
 a { background-color: #5961ED; }

 a { background-color: rgb(89,97,237); }

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

border-color css

<style>
 span { border-color: #5961ED; }

 span { border-color: rgb(89,97,237); }

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