Html Css Color HEX #595DF5 Neon Blue

📋 copy color: '#595DF5'

red 89 ◦ green 93 ◦ blue 245

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

Shades of Neon Blue #595DF5

Tints of Neon Blue #595DF5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.78%

 BLUE value IS 245 (96.09% from 255) = 57.38%

R = 20.84%
G = 21.78%
B = 57.38%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#595DF5 (or 0x595DF5) is known color: Neon Blue. HEX triplet: 59, 5D and F5. RGB value is (89,93,245). Sum of RGB (Red+Green+Blue) = 89+93+245=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #595DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DF5 is #A6A20A. Grayscale: #6C6C6C. Windows color (decimal): -10920459 or 16080217. OLE color: 16080217.

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

Color convert

RGB 89 93 245 -
CMYK 0.64 0.62 0 0.04
HSL 238.46º 0.89% 0.65% -
HSV(B) 238.46º 0.64% 0.96% -
XYZ 24.52 16.55 88.29 -
YUV 109.13 204.67 113.64 -
System Red Green Blue C M Y K H S L
Decimal 89 93 245 0.64 0.62 0 0.04 238.46 0.89 0.65
Hex 59 5D F5 40 3E 0 4 EE 59 41
Octal 131 135 365 100 76 0 4 356 131 101
Binary 1011001 1011101 11110101 1000000 111110 0 100 11101110 1011001 1000001

Color Harmonies of #595DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DF5

Black with #595DF5

Text Example


Text Example

White with #595DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,93,245); }

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

background-color css

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

 a { background-color: rgb(89,93,245); }

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

border-color css

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

 span { border-color: rgb(89,93,245); }

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