Html Css Color HEX #595CFF Neon Blue

📋 copy color: '#595CFF'

red 89 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #595CFF

Tints of Neon Blue #595CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 255 (100% from 255) = 58.49%

R = 20.41%
G = 21.1%
B = 58.49%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#595CFF (or 0x595CFF) is known color: Neon Blue. HEX triplet: 59, 5C and FF. RGB value is (89,92,255). Sum of RGB (Red+Green+Blue) = 89+92+255=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #595CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CFF is #A6A300. Grayscale: #6D6D6D. Windows color (decimal): -10920705 or 16735321. OLE color: 16735321.

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

Color convert

RGB 89 92 255 -
CMYK 0.65 0.64 0 0
HSL 238.92º 1% 0.67% -
HSV(B) 238.92º 0.65% 1% -
XYZ 26 17 96.52 -
YUV 109.69 210.01 113.25 -
System Red Green Blue C M Y K H S L
Decimal 89 92 255 0.65 0.64 0 0 238.92 1 0.67
Hex 59 5C FF 41 40 0 0 EF 64 43
Octal 131 134 377 101 100 0 0 357 144 103
Binary 1011001 1011100 11111111 1000001 1000000 0 0 11101111 1100100 1000011

Color Harmonies of #595CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CFF

Black with #595CFF

Text Example


Text Example

White with #595CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,92,255); }

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

background-color css

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

 a { background-color: rgb(89,92,255); }

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

border-color css

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

 span { border-color: rgb(89,92,255); }

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