Html Css Color HEX #5343EE Neon Blue

📋 copy color: '#5343EE'

red 83 ◦ green 67 ◦ blue 238

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

Shades of Neon Blue #5343EE

Tints of Neon Blue #5343EE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.27%

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 21.39%
G = 17.27%
B = 61.34%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5343EE (or 0x5343EE) is known color: Neon Blue. HEX triplet: 53, 43 and EE. RGB value is (83,67,238). Sum of RGB (Red+Green+Blue) = 83+67+238=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #5343EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5343EE is #ACBC11. Grayscale: #5A5A5A. Windows color (decimal): -11320338 or 15614803. OLE color: 15614803.

HSL color Cylindrical-coordinate representation of color #5343EE: hue angle of 245.61º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5343EE is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 67 238 -
CMYK 0.65 0.72 0 0.07
HSL 245.61º 0.83% 0.6% -
HSV(B) 245.61º 0.72% 0.93% -
XYZ 21.01 12.03 82.1 -
YUV 91.28 210.8 122.1 -
System Red Green Blue C M Y K H S L
Decimal 83 67 238 0.65 0.72 0 0.07 245.61 0.83 0.6
Hex 53 43 EE 41 48 0 7 F6 53 3C
Octal 123 103 356 101 110 0 7 366 123 74
Binary 1010011 1000011 11101110 1000001 1001000 0 111 11110110 1010011 111100

Color Harmonies of #5343EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5343EE

Black with #5343EE

Text Example


Text Example

White with #5343EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5343EE; }

 p { color: rgb(83,67,238); }

 H1.HeaderClassName
 {
   color: #5343EE;
 }
 .AnyTagClassName
 {
   color: #5343EE;
 }
</style>

background-color css

<style>
 a { background-color: #5343EE; }

 a { background-color: rgb(83,67,238); }

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

border-color css

<style>
 span { border-color: #5343EE; }

 span { border-color: rgb(83,67,238); }

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