Html Css Color HEX #5364FC Neon Blue

📋 copy color: '#5364FC'

red 83 ◦ green 100 ◦ blue 252

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

Shades of Neon Blue #5364FC

Tints of Neon Blue #5364FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.93%

R = 19.08%
G = 22.99%
B = 57.93%

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

#5364FC (or 0x5364FC) is known color: Neon Blue. HEX triplet: 53, 64 and FC. RGB value is (83,100,252). Sum of RGB (Red+Green+Blue) = 83+100+252=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #5364FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364FC is #AC9B03. Grayscale: #6F6F6F. Windows color (decimal): -11311876 or 16540755. OLE color: 16540755.

HSL color Cylindrical-coordinate representation of color #5364FC: hue angle of 233.96º degrees, saturation: 0.97, 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 #5364FC is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 100 252 -
CMYK 0.67 0.60 0 0.01
HSL 233.96º 0.97% 0.66% -
HSV(B) 233.96º 0.67% 0.99% -
XYZ 25.7 17.98 94.21 -
YUV 112.25 206.87 107.14 -
System Red Green Blue C M Y K H S L
Decimal 83 100 252 0.67 0.60 0 0.01 233.96 0.97 0.66
Hex 53 64 FC 43 3C 0 1 EA 61 42
Octal 123 144 374 103 74 0 1 352 141 102
Binary 1010011 1100100 11111100 1000011 111100 0 1 11101010 1100001 1000010

Color Harmonies of #5364FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364FC

Black with #5364FC

Text Example


Text Example

White with #5364FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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