Html Css Color HEX #5947EA Neon Blue

📋 copy color: '#5947EA'

red 89 ◦ green 71 ◦ blue 234

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

Shades of Neon Blue #5947EA

Tints of Neon Blue #5947EA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

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

R = 22.59%
G = 18.02%
B = 59.39%

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

#5947EA (or 0x5947EA) is known color: Neon Blue. HEX triplet: 59, 47 and EA. RGB value is (89,71,234). Sum of RGB (Red+Green+Blue) = 89+71+234=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #5947EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5947EA is #A6B815. Grayscale: #5E5E5E. Windows color (decimal): -10926102 or 15353689. OLE color: 15353689.

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

Color convert

RGB 89 71 234 -
CMYK 0.62 0.70 0 0.08
HSL 246.63º 0.8% 0.6% -
HSV(B) 246.63º 0.7% 0.92% -
XYZ 21.22 12.57 79.15 -
YUV 94.96 206.46 123.75 -
System Red Green Blue C M Y K H S L
Decimal 89 71 234 0.62 0.70 0 0.08 246.63 0.8 0.6
Hex 59 47 EA 3E 46 0 8 F7 50 3C
Octal 131 107 352 76 106 0 10 367 120 74
Binary 1011001 1000111 11101010 111110 1000110 0 1000 11110111 1010000 111100

Color Harmonies of #5947EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5947EA

Black with #5947EA

Text Example


Text Example

White with #5947EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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