Html Css Color HEX #5347EA Neon Blue

📋 copy color: '#5347EA'

red 83 ◦ green 71 ◦ blue 234

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

Shades of Neon Blue #5347EA

Tints of Neon Blue #5347EA

RGB

 RED value IS 83 (32.81% from 255) = 21.39%

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

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

R = 21.39%
G = 18.3%
B = 60.31%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5347EA (or 0x5347EA) is known color: Neon Blue. HEX triplet: 53, 47 and EA. RGB value is (83,71,234). Sum of RGB (Red+Green+Blue) = 83+71+234=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #5347EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5347EA is #ACB815. Grayscale: #5C5C5C. Windows color (decimal): -11319318 or 15353683. OLE color: 15353683.

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

Color convert

RGB 83 71 234 -
CMYK 0.65 0.70 0 0.08
HSL 244.42º 0.8% 0.6% -
HSV(B) 244.42º 0.7% 0.92% -
XYZ 20.67 12.29 79.12 -
YUV 93.17 207.48 120.75 -
System Red Green Blue C M Y K H S L
Decimal 83 71 234 0.65 0.70 0 0.08 244.42 0.8 0.6
Hex 53 47 EA 41 46 0 8 F4 50 3C
Octal 123 107 352 101 106 0 10 364 120 74
Binary 1010011 1000111 11101010 1000001 1000110 0 1000 11110100 1010000 111100

Color Harmonies of #5347EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5347EA

Black with #5347EA

Text Example


Text Example

White with #5347EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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