Html Css Color HEX #595EFE Neon Blue

📋 copy color: '#595EFE'

red 89 ◦ green 94 ◦ blue 254

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

Shades of Neon Blue #595EFE

Tints of Neon Blue #595EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

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

R = 20.37%
G = 21.51%
B = 58.12%

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

#595EFE (or 0x595EFE) is known color: Neon Blue. HEX triplet: 59, 5E and FE. RGB value is (89,94,254). Sum of RGB (Red+Green+Blue) = 89+94+254=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #595EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EFE is #A6A101. Grayscale: #6E6E6E. Windows color (decimal): -10920194 or 16670297. OLE color: 16670297.

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

Color convert

RGB 89 94 254 -
CMYK 0.65 0.63 0 0.00
HSL 238.18º 0.99% 0.67% -
HSV(B) 238.18º 0.65% 1% -
XYZ 26.01 17.29 95.73 -
YUV 110.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 89 94 254 0.65 0.63 0 0.00 238.18 0.99 0.67
Hex 59 5E FE 41 3F 0 0 EE 63 43
Octal 131 136 376 101 77 0 0 356 143 103
Binary 1011001 1011110 11111110 1000001 111111 0 0 11101110 1100011 1000011

Color Harmonies of #595EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595EFE

Black with #595EFE

Text Example


Text Example

White with #595EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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