Html Css Color HEX #594DFD Neon Blue

📋 copy color: '#594DFD'

red 89 ◦ green 77 ◦ blue 253

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

Shades of Neon Blue #594DFD

Tints of Neon Blue #594DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

 BLUE value IS 253 (99.22% from 255) = 60.38%

R = 21.24%
G = 18.38%
B = 60.38%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#594DFD (or 0x594DFD) is known color: Neon Blue. HEX triplet: 59, 4D and FD. RGB value is (89,77,253). Sum of RGB (Red+Green+Blue) = 89+77+253=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #594DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DFD is #A6B202. Grayscale: #636363. Windows color (decimal): -10924547 or 16600409. OLE color: 16600409.

HSL color Cylindrical-coordinate representation of color #594DFD: hue angle of 244.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #594DFD is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 77 253 -
CMYK 0.65 0.70 0 0.01
HSL 244.09º 0.98% 0.65% -
HSV(B) 244.09º 0.7% 0.99% -
XYZ 24.5 14.52 94.44 -
YUV 100.65 213.98 119.69 -
System Red Green Blue C M Y K H S L
Decimal 89 77 253 0.65 0.70 0 0.01 244.09 0.98 0.65
Hex 59 4D FD 41 46 0 1 F4 62 41
Octal 131 115 375 101 106 0 1 364 142 101
Binary 1011001 1001101 11111101 1000001 1000110 0 1 11110100 1100010 1000001

Color Harmonies of #594DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DFD

Black with #594DFD

Text Example


Text Example

White with #594DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594DFD; }

 p { color: rgb(89,77,253); }

 H1.HeaderClassName
 {
   color: #594DFD;
 }
 .AnyTagClassName
 {
   color: #594DFD;
 }
</style>

background-color css

<style>
 a { background-color: #594DFD; }

 a { background-color: rgb(89,77,253); }

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

border-color css

<style>
 span { border-color: #594DFD; }

 span { border-color: rgb(89,77,253); }

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