Html Css Color HEX #595AFD Neon Blue

📋 copy color: '#595AFD'

red 89 ◦ green 90 ◦ blue 253

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

Shades of Neon Blue #595AFD

Tints of Neon Blue #595AFD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

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

R = 20.6%
G = 20.83%
B = 58.56%

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

#595AFD (or 0x595AFD) is known color: Neon Blue. HEX triplet: 59, 5A and FD. RGB value is (89,90,253). Sum of RGB (Red+Green+Blue) = 89+90+253=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #595AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AFD is #A6A502. Grayscale: #6B6B6B. Windows color (decimal): -10921219 or 16603737. OLE color: 16603737.

HSL color Cylindrical-coordinate representation of color #595AFD: hue angle of 239.63º 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 #595AFD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 90 253 -
CMYK 0.65 0.64 0 0.01
HSL 239.63º 0.98% 0.67% -
HSV(B) 239.63º 0.65% 0.99% -
XYZ 25.51 16.53 94.77 -
YUV 108.28 209.67 114.25 -
System Red Green Blue C M Y K H S L
Decimal 89 90 253 0.65 0.64 0 0.01 239.63 0.98 0.67
Hex 59 5A FD 41 40 0 1 F0 62 43
Octal 131 132 375 101 100 0 1 360 142 103
Binary 1011001 1011010 11111101 1000001 1000000 0 1 11110000 1100010 1000011

Color Harmonies of #595AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AFD

Black with #595AFD

Text Example


Text Example

White with #595AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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