Html Css Color HEX #5359FF Neon Blue

📋 copy color: '#5359FF'

red 83 ◦ green 89 ◦ blue 255

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

Shades of Neon Blue #5359FF

Tints of Neon Blue #5359FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.72%

R = 19.44%
G = 20.84%
B = 59.72%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5359FF (or 0x5359FF) is known color: Neon Blue. HEX triplet: 53, 59 and FF. RGB value is (83,89,255). Sum of RGB (Red+Green+Blue) = 83+89+255=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #5359FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5359FF is #ACA600. Grayscale: #696969. Windows color (decimal): -11314689 or 16734547. OLE color: 16734547.

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

Color convert

RGB 83 89 255 -
CMYK 0.67 0.65 0 0
HSL 237.91º 1% 0.66% -
HSV(B) 237.91º 0.67% 1% -
XYZ 25.19 16.2 96.41 -
YUV 106.13 212.01 111.5 -
System Red Green Blue C M Y K H S L
Decimal 83 89 255 0.67 0.65 0 0 237.91 1 0.66
Hex 53 59 FF 43 41 0 0 EE 64 42
Octal 123 131 377 103 101 0 0 356 144 102
Binary 1010011 1011001 11111111 1000011 1000001 0 0 11101110 1100100 1000010

Color Harmonies of #5359FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359FF

Black with #5359FF

Text Example


Text Example

White with #5359FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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