Html Css Color HEX #593BFA Neon Blue

📋 copy color: '#593BFA'

red 89 ◦ green 59 ◦ blue 250

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

Shades of Neon Blue #593BFA

Tints of Neon Blue #593BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.82%

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

R = 22.36%
G = 14.82%
B = 62.81%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#593BFA (or 0x593BFA) is known color: Neon Blue. HEX triplet: 59, 3B and FA. RGB value is (89,59,250). Sum of RGB (Red+Green+Blue) = 89+59+250=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #593BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593BFA is #A6C405. Grayscale: #595959. Windows color (decimal): -10929158 or 16399193. OLE color: 16399193.

HSL color Cylindrical-coordinate representation of color #593BFA: hue angle of 249.42º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #593BFA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 59 250 -
CMYK 0.64 0.76 0 0.02
HSL 249.42º 0.95% 0.61% -
HSV(B) 249.42º 0.76% 0.98% -
XYZ 22.94 12.15 91.58 -
YUV 89.74 218.44 127.47 -
System Red Green Blue C M Y K H S L
Decimal 89 59 250 0.64 0.76 0 0.02 249.42 0.95 0.61
Hex 59 3B FA 40 4C 0 2 F9 5F 3D
Octal 131 73 372 100 114 0 2 371 137 75
Binary 1011001 111011 11111010 1000000 1001100 0 10 11111001 1011111 111101

Color Harmonies of #593BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593BFA

Black with #593BFA

Text Example


Text Example

White with #593BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593BFA; }

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

 H1.HeaderClassName
 {
   color: #593BFA;
 }
 .AnyTagClassName
 {
   color: #593BFA;
 }
</style>

background-color css

<style>
 a { background-color: #593BFA; }

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

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

border-color css

<style>
 span { border-color: #593BFA; }

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

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