Html Css Color HEX #5359F7 Neon Blue

📋 copy color: '#5359F7'

red 83 ◦ green 89 ◦ blue 247

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

Shades of Neon Blue #5359F7

Tints of Neon Blue #5359F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 58.95%

R = 19.81%
G = 21.24%
B = 58.95%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5359F7 (or 0x5359F7) is known color: Neon Blue. HEX triplet: 53, 59 and F7. RGB value is (83,89,247). Sum of RGB (Red+Green+Blue) = 83+89+247=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 247 (96.88% from 255 or 58.95% from 419); Max value from RGB is 247 - color contains mainly: blue. Hex color #5359F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5359F7 is #ACA608. Grayscale: #686868. Windows color (decimal): -11314697 or 16210259. OLE color: 16210259.

HSL color Cylindrical-coordinate representation of color #5359F7: hue angle of 237.8º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5359F7 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 89 247 -
CMYK 0.66 0.64 0 0.03
HSL 237.8º 0.91% 0.65% -
HSV(B) 237.8º 0.66% 0.97% -
XYZ 23.93 15.7 89.76 -
YUV 105.22 208.01 112.15 -
System Red Green Blue C M Y K H S L
Decimal 83 89 247 0.66 0.64 0 0.03 237.8 0.91 0.65
Hex 53 59 F7 42 40 0 3 EE 5B 41
Octal 123 131 367 102 100 0 3 356 133 101
Binary 1010011 1011001 11110111 1000010 1000000 0 11 11101110 1011011 1000001

Color Harmonies of #5359F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359F7

Black with #5359F7

Text Example


Text Example

White with #5359F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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