Html Css Color HEX #595DFE Neon Blue

📋 copy color: '#595DFE'

red 89 ◦ green 93 ◦ blue 254

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

Shades of Neon Blue #595DFE

Tints of Neon Blue #595DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 20.41%
G = 21.33%
B = 58.26%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#595DFE (or 0x595DFE) is known color: Neon Blue. HEX triplet: 59, 5D and FE. RGB value is (89,93,254). Sum of RGB (Red+Green+Blue) = 89+93+254=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #595DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DFE is #A6A201. Grayscale: #6D6D6D. Windows color (decimal): -10920450 or 16670041. OLE color: 16670041.

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

Color convert

RGB 89 93 254 -
CMYK 0.65 0.63 0 0.00
HSL 238.55º 0.99% 0.67% -
HSV(B) 238.55º 0.65% 1% -
XYZ 25.92 17.11 95.7 -
YUV 110.16 209.17 112.91 -
System Red Green Blue C M Y K H S L
Decimal 89 93 254 0.65 0.63 0 0.00 238.55 0.99 0.67
Hex 59 5D FE 41 3F 0 0 EF 63 43
Octal 131 135 376 101 77 0 0 357 143 103
Binary 1011001 1011101 11111110 1000001 111111 0 0 11101111 1100011 1000011

Color Harmonies of #595DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DFE

Black with #595DFE

Text Example


Text Example

White with #595DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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