Html Css Color HEX #593DFA Neon Blue

📋 copy color: '#593DFA'

red 89 ◦ green 61 ◦ blue 250

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

Shades of Neon Blue #593DFA

Tints of Neon Blue #593DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.25%

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

R = 22.25%
G = 15.25%
B = 62.5%

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

#593DFA (or 0x593DFA) is known color: Neon Blue. HEX triplet: 59, 3D and FA. RGB value is (89,61,250). Sum of RGB (Red+Green+Blue) = 89+61+250=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #593DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593DFA is #A6C205. Grayscale: #5A5A5A. Windows color (decimal): -10928646 or 16399705. OLE color: 16399705.

HSL color Cylindrical-coordinate representation of color #593DFA: hue angle of 248.89º 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 #593DFA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 61 250 -
CMYK 0.64 0.76 0 0.02
HSL 248.89º 0.95% 0.61% -
HSV(B) 248.89º 0.76% 0.98% -
XYZ 23.04 12.36 91.61 -
YUV 90.92 217.78 126.63 -
System Red Green Blue C M Y K H S L
Decimal 89 61 250 0.64 0.76 0 0.02 248.89 0.95 0.61
Hex 59 3D FA 40 4C 0 2 F9 5F 3D
Octal 131 75 372 100 114 0 2 371 137 75
Binary 1011001 111101 11111010 1000000 1001100 0 10 11111001 1011111 111101

Color Harmonies of #593DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DFA

Black with #593DFA

Text Example


Text Example

White with #593DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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