Html Css Color HEX #5659FA Neon Blue

📋 copy color: '#5659FA'

red 86 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #5659FA

Tints of Neon Blue #5659FA

RGB

 RED value IS 86 (33.98% from 255) = 20.24%

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

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

R = 20.24%
G = 20.94%
B = 58.82%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5659FA (or 0x5659FA) is known color: Neon Blue. HEX triplet: 56, 59 and FA. RGB value is (86,89,250). Sum of RGB (Red+Green+Blue) = 86+89+250=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #5659FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5659FA is #A9A605. Grayscale: #696969. Windows color (decimal): -11118086 or 16406870. OLE color: 16406870.

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

Color convert

RGB 86 89 250 -
CMYK 0.66 0.64 0 0.02
HSL 238.9º 0.94% 0.66% -
HSV(B) 238.9º 0.66% 0.98% -
XYZ 24.67 16.03 92.24 -
YUV 106.46 209.01 113.41 -
System Red Green Blue C M Y K H S L
Decimal 86 89 250 0.66 0.64 0 0.02 238.9 0.94 0.66
Hex 56 59 FA 42 40 0 2 EF 5E 42
Octal 126 131 372 102 100 0 2 357 136 102
Binary 1010110 1011001 11111010 1000010 1000000 0 10 11101111 1011110 1000010

Color Harmonies of #5659FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5659FA

Black with #5659FA

Text Example


Text Example

White with #5659FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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