Html Css Color HEX #595AFC Neon Blue

📋 copy color: '#595AFC'

red 89 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #595AFC

Tints of Neon Blue #595AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 20.65%
G = 20.88%
B = 58.47%

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

#595AFC (or 0x595AFC) is known color: Neon Blue. HEX triplet: 59, 5A and FC. RGB value is (89,90,252). Sum of RGB (Red+Green+Blue) = 89+90+252=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #595AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AFC is #A6A503. Grayscale: #6B6B6B. Windows color (decimal): -10921220 or 16538201. OLE color: 16538201.

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

Color convert

RGB 89 90 252 -
CMYK 0.65 0.64 0 0.01
HSL 239.63º 0.96% 0.67% -
HSV(B) 239.63º 0.65% 0.99% -
XYZ 25.35 16.46 93.94 -
YUV 108.17 209.17 114.33 -
System Red Green Blue C M Y K H S L
Decimal 89 90 252 0.65 0.64 0 0.01 239.63 0.96 0.67
Hex 59 5A FC 41 40 0 1 F0 60 43
Octal 131 132 374 101 100 0 1 360 140 103
Binary 1011001 1011010 11111100 1000001 1000000 0 1 11110000 1100000 1000011

Color Harmonies of #595AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AFC

Black with #595AFC

Text Example


Text Example

White with #595AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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