Html Css Color HEX #5364FA Neon Blue

📋 copy color: '#5364FA'

red 83 ◦ green 100 ◦ blue 250

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

Shades of Neon Blue #5364FA

Tints of Neon Blue #5364FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.74%

R = 19.17%
G = 23.09%
B = 57.74%

CMYK

 C value IS 0.67

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5364FA (or 0x5364FA) is known color: Neon Blue. HEX triplet: 53, 64 and FA. RGB value is (83,100,250). Sum of RGB (Red+Green+Blue) = 83+100+250=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #5364FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5364FA is #AC9B05. Grayscale: #6F6F6F. Windows color (decimal): -11311878 or 16409683. OLE color: 16409683.

HSL color Cylindrical-coordinate representation of color #5364FA: hue angle of 233.89º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5364FA is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 100 250 -
CMYK 0.67 0.6 0 0.02
HSL 233.89º 0.94% 0.65% -
HSV(B) 233.89º 0.67% 0.98% -
XYZ 25.38 17.86 92.55 -
YUV 112.02 205.87 107.3 -
System Red Green Blue C M Y K H S L
Decimal 83 100 250 0.67 0.6 0 0.02 233.89 0.94 0.65
Hex 53 64 FA 43 3C 0 2 EA 5E 41
Octal 123 144 372 103 74 0 2 352 136 101
Binary 1010011 1100100 11111010 1000011 111100 0 10 11101010 1011110 1000001

Color Harmonies of #5364FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5364FA

Black with #5364FA

Text Example


Text Example

White with #5364FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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