Html Css Color HEX #5364FE Neon Blue

📋 copy color: '#5364FE'

red 83 ◦ green 100 ◦ blue 254

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

Shades of Neon Blue #5364FE

Tints of Neon Blue #5364FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.12%

R = 18.99%
G = 22.88%
B = 58.12%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5364FE (or 0x5364FE) is known color: Neon Blue. HEX triplet: 53, 64 and FE. RGB value is (83,100,254). Sum of RGB (Red+Green+Blue) = 83+100+254=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #5364FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364FE is #AC9B01. Grayscale: #6F6F6F. Windows color (decimal): -11311874 or 16671827. OLE color: 16671827.

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

Color convert

RGB 83 100 254 -
CMYK 0.67 0.61 0 0.00
HSL 234.04º 0.99% 0.66% -
HSV(B) 234.04º 0.67% 1% -
XYZ 26.01 18.11 95.89 -
YUV 112.47 207.87 106.98 -
System Red Green Blue C M Y K H S L
Decimal 83 100 254 0.67 0.61 0 0.00 234.04 0.99 0.66
Hex 53 64 FE 43 3D 0 0 EA 63 42
Octal 123 144 376 103 75 0 0 352 143 102
Binary 1010011 1100100 11111110 1000011 111101 0 0 11101010 1100011 1000010

Color Harmonies of #5364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364FE

Black with #5364FE

Text Example


Text Example

White with #5364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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