Html Css Color HEX #5348FA Neon Blue

📋 copy color: '#5348FA'

red 83 ◦ green 72 ◦ blue 250

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

Shades of Neon Blue #5348FA

Tints of Neon Blue #5348FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 20.49%
G = 17.78%
B = 61.73%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5348FA (or 0x5348FA) is known color: Neon Blue. HEX triplet: 53, 48 and FA. RGB value is (83,72,250). Sum of RGB (Red+Green+Blue) = 83+72+250=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #5348FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5348FA is #ACB705. Grayscale: #5E5E5E. Windows color (decimal): -11319046 or 16402515. OLE color: 16402515.

HSL color Cylindrical-coordinate representation of color #5348FA: hue angle of 243.71º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5348FA is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 72 250 -
CMYK 0.67 0.71 0 0.02
HSL 243.71º 0.95% 0.63% -
HSV(B) 243.71º 0.71% 0.98% -
XYZ 23.14 13.38 91.8 -
YUV 95.58 215.14 119.03 -
System Red Green Blue C M Y K H S L
Decimal 83 72 250 0.67 0.71 0 0.02 243.71 0.95 0.63
Hex 53 48 FA 43 47 0 2 F4 5F 3F
Octal 123 110 372 103 107 0 2 364 137 77
Binary 1010011 1001000 11111010 1000011 1000111 0 10 11110100 1011111 111111

Color Harmonies of #5348FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348FA

Black with #5348FA

Text Example


Text Example

White with #5348FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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