Html Css Color HEX #5946EB Neon Blue

📋 copy color: '#5946EB'

red 89 ◦ green 70 ◦ blue 235

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

Shades of Neon Blue #5946EB

Tints of Neon Blue #5946EB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

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

R = 22.59%
G = 17.77%
B = 59.64%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5946EB (or 0x5946EB) is known color: Neon Blue. HEX triplet: 59, 46 and EB. RGB value is (89,70,235). Sum of RGB (Red+Green+Blue) = 89+70+235=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #5946EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5946EB is #A6B914. Grayscale: #5D5D5D. Windows color (decimal): -10926357 or 15418969. OLE color: 15418969.

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

Color convert

RGB 89 70 235 -
CMYK 0.62 0.70 0 0.08
HSL 246.91º 0.8% 0.6% -
HSV(B) 246.91º 0.7% 0.92% -
XYZ 21.31 12.5 79.89 -
YUV 94.49 207.29 124.08 -
System Red Green Blue C M Y K H S L
Decimal 89 70 235 0.62 0.70 0 0.08 246.91 0.8 0.6
Hex 59 46 EB 3E 46 0 8 F7 50 3C
Octal 131 106 353 76 106 0 10 367 120 74
Binary 1011001 1000110 11101011 111110 1000110 0 1000 11110111 1010000 111100

Color Harmonies of #5946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5946EB

Black with #5946EB

Text Example


Text Example

White with #5946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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