Html Css Color HEX #5359FA Neon Blue

📋 copy color: '#5359FA'

red 83 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #5359FA

Tints of Neon Blue #5359FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

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

R = 19.67%
G = 21.09%
B = 59.24%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5359FA (or 0x5359FA) is known color: Neon Blue. HEX triplet: 53, 59 and FA. RGB value is (83,89,250). Sum of RGB (Red+Green+Blue) = 83+89+250=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #5359FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5359FA is #ACA605. Grayscale: #686868. Windows color (decimal): -11314694 or 16406867. OLE color: 16406867.

HSL color Cylindrical-coordinate representation of color #5359FA: hue angle of 237.84º 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 #5359FA is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 89 250 -
CMYK 0.67 0.64 0 0.02
HSL 237.84º 0.94% 0.65% -
HSV(B) 237.84º 0.67% 0.98% -
XYZ 24.39 15.89 92.22 -
YUV 105.56 209.51 111.91 -
System Red Green Blue C M Y K H S L
Decimal 83 89 250 0.67 0.64 0 0.02 237.84 0.94 0.65
Hex 53 59 FA 43 40 0 2 EE 5E 41
Octal 123 131 372 103 100 0 2 356 136 101
Binary 1010011 1011001 11111010 1000011 1000000 0 10 11101110 1011110 1000001

Color Harmonies of #5359FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359FA

Black with #5359FA

Text Example


Text Example

White with #5359FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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