Html Css Color HEX #595DFA Neon Blue

📋 copy color: '#595DFA'

red 89 ◦ green 93 ◦ blue 250

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

Shades of Neon Blue #595DFA

Tints of Neon Blue #595DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.87%

R = 20.6%
G = 21.53%
B = 57.87%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#595DFA (or 0x595DFA) is known color: Neon Blue. HEX triplet: 59, 5D and FA. RGB value is (89,93,250). Sum of RGB (Red+Green+Blue) = 89+93+250=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #595DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DFA is #A6A205. Grayscale: #6D6D6D. Windows color (decimal): -10920454 or 16407897. OLE color: 16407897.

HSL color Cylindrical-coordinate representation of color #595DFA: hue angle of 238.51º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595DFA is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 93 250 -
CMYK 0.64 0.63 0 0.02
HSL 238.51º 0.94% 0.66% -
HSV(B) 238.51º 0.64% 0.98% -
XYZ 25.29 16.85 92.36 -
YUV 109.7 207.17 113.23 -
System Red Green Blue C M Y K H S L
Decimal 89 93 250 0.64 0.63 0 0.02 238.51 0.94 0.66
Hex 59 5D FA 40 3F 0 2 EF 5E 42
Octal 131 135 372 100 77 0 2 357 136 102
Binary 1011001 1011101 11111010 1000000 111111 0 10 11101111 1011110 1000010

Color Harmonies of #595DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DFA

Black with #595DFA

Text Example


Text Example

White with #595DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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