Html Css Color HEX #5349FD Neon Blue

📋 copy color: '#5349FD'

red 83 ◦ green 73 ◦ blue 253

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

Shades of Neon Blue #5349FD

Tints of Neon Blue #5349FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

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

R = 20.29%
G = 17.85%
B = 61.86%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5349FD (or 0x5349FD) is known color: Neon Blue. HEX triplet: 53, 49 and FD. RGB value is (83,73,253). Sum of RGB (Red+Green+Blue) = 83+73+253=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #5349FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5349FD is #ACB602. Grayscale: #5F5F5F. Windows color (decimal): -11318787 or 16599379. OLE color: 16599379.

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

Color convert

RGB 83 73 253 -
CMYK 0.67 0.71 0 0.01
HSL 243.33º 0.98% 0.64% -
HSV(B) 243.33º 0.71% 0.99% -
XYZ 23.68 13.7 94.32 -
YUV 96.51 216.31 118.36 -
System Red Green Blue C M Y K H S L
Decimal 83 73 253 0.67 0.71 0 0.01 243.33 0.98 0.64
Hex 53 49 FD 43 47 0 1 F3 62 40
Octal 123 111 375 103 107 0 1 363 142 100
Binary 1010011 1001001 11111101 1000011 1000111 0 1 11110011 1100010 1000000

Color Harmonies of #5349FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5349FD

Black with #5349FD

Text Example


Text Example

White with #5349FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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