Html Css Color HEX #5348FD Neon Blue

📋 copy color: '#5348FD'

red 83 ◦ green 72 ◦ blue 253

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

Shades of Neon Blue #5348FD

Tints of Neon Blue #5348FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 20.34%
G = 17.65%
B = 62.01%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5348FD (or 0x5348FD) is known color: Neon Blue. HEX triplet: 53, 48 and FD. RGB value is (83,72,253). Sum of RGB (Red+Green+Blue) = 83+72+253=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #5348FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5348FD is #ACB702. Grayscale: #5F5F5F. Windows color (decimal): -11319043 or 16599123. OLE color: 16599123.

HSL color Cylindrical-coordinate representation of color #5348FD: hue angle of 243.65º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5348FD is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 72 253 -
CMYK 0.67 0.72 0 0.01
HSL 243.65º 0.98% 0.64% -
HSV(B) 243.65º 0.72% 0.99% -
XYZ 23.61 13.57 94.3 -
YUV 95.92 216.64 118.78 -
System Red Green Blue C M Y K H S L
Decimal 83 72 253 0.67 0.72 0 0.01 243.65 0.98 0.64
Hex 53 48 FD 43 48 0 1 F4 62 40
Octal 123 110 375 103 110 0 1 364 142 100
Binary 1010011 1001000 11111101 1000011 1001000 0 1 11110100 1100010 1000000

Color Harmonies of #5348FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348FD

Black with #5348FD

Text Example


Text Example

White with #5348FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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