Html Css Color HEX #5348E7 Neon Blue

📋 copy color: '#5348E7'

red 83 ◦ green 72 ◦ blue 231

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

Shades of Neon Blue #5348E7

Tints of Neon Blue #5348E7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

 BLUE value IS 231 (90.63% from 255) = 59.84%

R = 21.5%
G = 18.65%
B = 59.84%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5348E7 (or 0x5348E7) is known color: Neon Blue. HEX triplet: 53, 48 and E7. RGB value is (83,72,231). Sum of RGB (Red+Green+Blue) = 83+72+231=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 231 (90.62% from 255 or 59.84% from 386); Max value from RGB is 231 - color contains mainly: blue. Hex color #5348E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5348E7 is #ACB718. Grayscale: #5C5C5C. Windows color (decimal): -11319065 or 15157331. OLE color: 15157331.

HSL color Cylindrical-coordinate representation of color #5348E7: hue angle of 244.15º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5348E7 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 72 231 -
CMYK 0.64 0.69 0 0.09
HSL 244.15º 0.77% 0.59% -
HSV(B) 244.15º 0.69% 0.91% -
XYZ 20.31 12.24 76.89 -
YUV 93.42 205.64 120.57 -
System Red Green Blue C M Y K H S L
Decimal 83 72 231 0.64 0.69 0 0.09 244.15 0.77 0.59
Hex 53 48 E7 40 45 0 9 F4 4D 3B
Octal 123 110 347 100 105 0 11 364 115 73
Binary 1010011 1001000 11100111 1000000 1000101 0 1001 11110100 1001101 111011

Color Harmonies of #5348E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348E7

Black with #5348E7

Text Example


Text Example

White with #5348E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5348E7; }

 p { color: rgb(83,72,231); }

 H1.HeaderClassName
 {
   color: #5348E7;
 }
 .AnyTagClassName
 {
   color: #5348E7;
 }
</style>

background-color css

<style>
 a { background-color: #5348E7; }

 a { background-color: rgb(83,72,231); }

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

border-color css

<style>
 span { border-color: #5348E7; }

 span { border-color: rgb(83,72,231); }

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