Html Css Color HEX #595EF1 Neon Blue

📋 copy color: '#595EF1'

red 89 ◦ green 94 ◦ blue 241

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

Shades of Neon Blue #595EF1

Tints of Neon Blue #595EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.84%

R = 20.99%
G = 22.17%
B = 56.84%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#595EF1 (or 0x595EF1) is known color: Neon Blue. HEX triplet: 59, 5E and F1. RGB value is (89,94,241). Sum of RGB (Red+Green+Blue) = 89+94+241=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #595EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EF1 is #A6A10E. Grayscale: #6C6C6C. Windows color (decimal): -10920207 or 15818329. OLE color: 15818329.

HSL color Cylindrical-coordinate representation of color #595EF1: hue angle of 238.03º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595EF1 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 94 241 -
CMYK 0.63 0.61 0 0.05
HSL 238.03º 0.84% 0.65% -
HSV(B) 238.03º 0.63% 0.95% -
XYZ 24 16.48 85.14 -
YUV 109.26 202.34 113.55 -
System Red Green Blue C M Y K H S L
Decimal 89 94 241 0.63 0.61 0 0.05 238.03 0.84 0.65
Hex 59 5E F1 3F 3D 0 5 EE 54 41
Octal 131 136 361 77 75 0 5 356 124 101
Binary 1011001 1011110 11110001 111111 111101 0 101 11101110 1010100 1000001

Color Harmonies of #595EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595EF1

Black with #595EF1

Text Example


Text Example

White with #595EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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