Html Css Color HEX #5B60EC Neon Blue

📋 copy color: '#5B60EC'

red 91 ◦ green 96 ◦ blue 236

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

Shades of Neon Blue #5B60EC

Tints of Neon Blue #5B60EC

RGB

 RED value IS 91 (35.94% from 255) = 21.51%

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 21.51%
G = 22.7%
B = 55.79%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B60EC (or 0x5B60EC) is known color: Neon Blue. HEX triplet: 5B, 60 and EC. RGB value is (91,96,236). Sum of RGB (Red+Green+Blue) = 91+96+236=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B60EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B60EC is #A49F13. Grayscale: #6D6D6D. Windows color (decimal): -10788628 or 15491163. OLE color: 15491163.

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

Color convert

RGB 91 96 236 -
CMYK 0.61 0.59 0 0.07
HSL 237.93º 0.79% 0.64% -
HSV(B) 237.93º 0.61% 0.93% -
XYZ 23.64 16.65 81.32 -
YUV 110.47 198.84 114.12 -
System Red Green Blue C M Y K H S L
Decimal 91 96 236 0.61 0.59 0 0.07 237.93 0.79 0.64
Hex 5B 60 EC 3D 3B 0 7 EE 4F 40
Octal 133 140 354 75 73 0 7 356 117 100
Binary 1011011 1100000 11101100 111101 111011 0 111 11101110 1001111 1000000

Color Harmonies of #5B60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B60EC

Black with #5B60EC

Text Example


Text Example

White with #5B60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B60EC; }

 p { color: rgb(91,96,236); }

 H1.HeaderClassName
 {
   color: #5B60EC;
 }
 .AnyTagClassName
 {
   color: #5B60EC;
 }
</style>

background-color css

<style>
 a { background-color: #5B60EC; }

 a { background-color: rgb(91,96,236); }

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

border-color css

<style>
 span { border-color: #5B60EC; }

 span { border-color: rgb(91,96,236); }

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