Html Css Color HEX #595BFD Neon Blue

📋 copy color: '#595BFD'

red 89 ◦ green 91 ◦ blue 253

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

Shades of Neon Blue #595BFD

Tints of Neon Blue #595BFD

RGB

 RED value IS 89 (35.16% from 255) = 20.55%

 GREEN value IS 91 (35.94% from 255) = 21.02%

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 20.55%
G = 21.02%
B = 58.43%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#595BFD (or 0x595BFD) is known color: Neon Blue. HEX triplet: 59, 5B and FD. RGB value is (89,91,253). Sum of RGB (Red+Green+Blue) = 89+91+253=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #595BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BFD is #A6A402. Grayscale: #6C6C6C. Windows color (decimal): -10920963 or 16603993. OLE color: 16603993.

HSL color Cylindrical-coordinate representation of color #595BFD: hue angle of 239.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595BFD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 91 253 -
CMYK 0.65 0.64 0 0.01
HSL 239.27º 0.98% 0.67% -
HSV(B) 239.27º 0.65% 0.99% -
XYZ 25.59 16.7 94.8 -
YUV 108.87 209.34 113.83 -
System Red Green Blue C M Y K H S L
Decimal 89 91 253 0.65 0.64 0 0.01 239.27 0.98 0.67
Hex 59 5B FD 41 40 0 1 EF 62 43
Octal 131 133 375 101 100 0 1 357 142 103
Binary 1011001 1011011 11111101 1000001 1000000 0 1 11101111 1100010 1000011

Color Harmonies of #595BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BFD

Black with #595BFD

Text Example


Text Example

White with #595BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595BFD; }

 p { color: rgb(89,91,253); }

 H1.HeaderClassName
 {
   color: #595BFD;
 }
 .AnyTagClassName
 {
   color: #595BFD;
 }
</style>

background-color css

<style>
 a { background-color: #595BFD; }

 a { background-color: rgb(89,91,253); }

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

border-color css

<style>
 span { border-color: #595BFD; }

 span { border-color: rgb(89,91,253); }

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