Html Css Color HEX #5348EF Neon Blue

📋 copy color: '#5348EF'

red 83 ◦ green 72 ◦ blue 239

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

Shades of Neon Blue #5348EF

Tints of Neon Blue #5348EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 21.07%
G = 18.27%
B = 60.66%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5348EF (or 0x5348EF) is known color: Neon Blue. HEX triplet: 53, 48 and EF. RGB value is (83,72,239). Sum of RGB (Red+Green+Blue) = 83+72+239=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #5348EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5348EF is #ACB710. Grayscale: #5D5D5D. Windows color (decimal): -11319057 or 15681619. OLE color: 15681619.

HSL color Cylindrical-coordinate representation of color #5348EF: hue angle of 243.95º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5348EF is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 72 239 -
CMYK 0.65 0.70 0 0.06
HSL 243.95º 0.84% 0.61% -
HSV(B) 243.95º 0.7% 0.94% -
XYZ 21.46 12.71 82.98 -
YUV 94.33 209.64 119.92 -
System Red Green Blue C M Y K H S L
Decimal 83 72 239 0.65 0.70 0 0.06 243.95 0.84 0.61
Hex 53 48 EF 41 46 0 6 F4 54 3D
Octal 123 110 357 101 106 0 6 364 124 75
Binary 1010011 1001000 11101111 1000001 1000110 0 110 11110100 1010100 111101

Color Harmonies of #5348EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348EF

Black with #5348EF

Text Example


Text Example

White with #5348EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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