Html Css Color HEX #5364FD Neon Blue

📋 copy color: '#5364FD'

red 83 ◦ green 100 ◦ blue 253

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

Shades of Neon Blue #5364FD

Tints of Neon Blue #5364FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.94%

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

R = 19.04%
G = 22.94%
B = 58.03%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5364FD (or 0x5364FD) is known color: Neon Blue. HEX triplet: 53, 64 and FD. RGB value is (83,100,253). Sum of RGB (Red+Green+Blue) = 83+100+253=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #5364FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364FD is #AC9B02. Grayscale: #6F6F6F. Windows color (decimal): -11311875 or 16606291. OLE color: 16606291.

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

Color convert

RGB 83 100 253 -
CMYK 0.67 0.60 0 0.01
HSL 234º 0.98% 0.66% -
HSV(B) 234º 0.67% 0.99% -
XYZ 25.85 18.05 95.05 -
YUV 112.36 207.37 107.06 -
System Red Green Blue C M Y K H S L
Decimal 83 100 253 0.67 0.60 0 0.01 234 0.98 0.66
Hex 53 64 FD 43 3C 0 1 EA 62 42
Octal 123 144 375 103 74 0 1 352 142 102
Binary 1010011 1100100 11111101 1000011 111100 0 1 11101010 1100010 1000010

Color Harmonies of #5364FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364FD

Black with #5364FD

Text Example


Text Example

White with #5364FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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