Html Css Color HEX #5953EB Neon Blue

📋 copy color: '#5953EB'

red 89 ◦ green 83 ◦ blue 235

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

Shades of Neon Blue #5953EB

Tints of Neon Blue #5953EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.39%

 BLUE value IS 235 (92.19% from 255) = 57.74%

R = 21.87%
G = 20.39%
B = 57.74%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5953EB (or 0x5953EB) is known color: Neon Blue. HEX triplet: 59, 53 and EB. RGB value is (89,83,235). Sum of RGB (Red+Green+Blue) = 89+83+235=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #5953EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5953EB is #A6AC14. Grayscale: #656565. Windows color (decimal): -10923029 or 15422297. OLE color: 15422297.

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

Color convert

RGB 89 83 235 -
CMYK 0.62 0.65 0 0.08
HSL 242.37º 0.79% 0.62% -
HSV(B) 242.37º 0.65% 0.92% -
XYZ 22.21 14.31 80.19 -
YUV 102.12 202.99 118.64 -
System Red Green Blue C M Y K H S L
Decimal 89 83 235 0.62 0.65 0 0.08 242.37 0.79 0.62
Hex 59 53 EB 3E 41 0 8 F2 4F 3E
Octal 131 123 353 76 101 0 10 362 117 76
Binary 1011001 1010011 11101011 111110 1000001 0 1000 11110010 1001111 111110

Color Harmonies of #5953EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5953EB

Black with #5953EB

Text Example


Text Example

White with #5953EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5953EB; }

 p { color: rgb(89,83,235); }

 H1.HeaderClassName
 {
   color: #5953EB;
 }
 .AnyTagClassName
 {
   color: #5953EB;
 }
</style>

background-color css

<style>
 a { background-color: #5953EB; }

 a { background-color: rgb(89,83,235); }

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

border-color css

<style>
 span { border-color: #5953EB; }

 span { border-color: rgb(89,83,235); }

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