Html Css Color HEX #5659FE Neon Blue

📋 copy color: '#5659FE'

red 86 ◦ green 89 ◦ blue 254

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

Shades of Neon Blue #5659FE

Tints of Neon Blue #5659FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.21%

R = 20.05%
G = 20.75%
B = 59.21%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5659FE (or 0x5659FE) is known color: Neon Blue. HEX triplet: 56, 59 and FE. RGB value is (86,89,254). Sum of RGB (Red+Green+Blue) = 86+89+254=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #5659FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5659FE is #A9A601. Grayscale: #6A6A6A. Windows color (decimal): -11118082 or 16669014. OLE color: 16669014.

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

Color convert

RGB 86 89 254 -
CMYK 0.66 0.65 0 0.00
HSL 238.93º 0.99% 0.67% -
HSV(B) 238.93º 0.66% 1% -
XYZ 25.3 16.28 95.57 -
YUV 106.91 211.01 113.08 -
System Red Green Blue C M Y K H S L
Decimal 86 89 254 0.66 0.65 0 0.00 238.93 0.99 0.67
Hex 56 59 FE 42 41 0 0 EF 63 43
Octal 126 131 376 102 101 0 0 357 143 103
Binary 1010110 1011001 11111110 1000010 1000001 0 0 11101111 1100011 1000011

Color Harmonies of #5659FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5659FE

Black with #5659FE

Text Example


Text Example

White with #5659FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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