Html Css Color HEX #5946EA Neon Blue

📋 copy color: '#5946EA'

red 89 ◦ green 70 ◦ blue 234

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

Shades of Neon Blue #5946EA

Tints of Neon Blue #5946EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.54%

R = 22.65%
G = 17.81%
B = 59.54%

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

#5946EA (or 0x5946EA) is known color: Neon Blue. HEX triplet: 59, 46 and EA. RGB value is (89,70,234). Sum of RGB (Red+Green+Blue) = 89+70+234=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #5946EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5946EA is #A6B915. Grayscale: #5D5D5D. Windows color (decimal): -10926358 or 15353433. OLE color: 15353433.

HSL color Cylindrical-coordinate representation of color #5946EA: hue angle of 246.95º 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 #5946EA is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 70 234 -
CMYK 0.62 0.70 0 0.08
HSL 246.95º 0.8% 0.6% -
HSV(B) 246.95º 0.7% 0.92% -
XYZ 21.16 12.44 79.13 -
YUV 94.38 206.79 124.16 -
System Red Green Blue C M Y K H S L
Decimal 89 70 234 0.62 0.70 0 0.08 246.95 0.8 0.6
Hex 59 46 EA 3E 46 0 8 F7 50 3C
Octal 131 106 352 76 106 0 10 367 120 74
Binary 1011001 1000110 11101010 111110 1000110 0 1000 11110111 1010000 111100

Color Harmonies of #5946EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5946EA

Black with #5946EA

Text Example


Text Example

White with #5946EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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