Html Css Color HEX #594DFB Neon Blue

📋 copy color: '#594DFB'

red 89 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #594DFB

Tints of Neon Blue #594DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.19%

R = 21.34%
G = 18.47%
B = 60.19%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#594DFB (or 0x594DFB) is known color: Neon Blue. HEX triplet: 59, 4D and FB. RGB value is (89,77,251). Sum of RGB (Red+Green+Blue) = 89+77+251=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #594DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DFB is #A6B204. Grayscale: #636363. Windows color (decimal): -10924549 or 16469337. OLE color: 16469337.

HSL color Cylindrical-coordinate representation of color #594DFB: hue angle of 244.14º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594DFB is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 77 251 -
CMYK 0.65 0.69 0 0.02
HSL 244.14º 0.96% 0.64% -
HSV(B) 244.14º 0.69% 0.98% -
XYZ 24.19 14.4 92.77 -
YUV 100.42 212.98 119.85 -
System Red Green Blue C M Y K H S L
Decimal 89 77 251 0.65 0.69 0 0.02 244.14 0.96 0.64
Hex 59 4D FB 41 45 0 2 F4 60 40
Octal 131 115 373 101 105 0 2 364 140 100
Binary 1011001 1001101 11111011 1000001 1000101 0 10 11110100 1100000 1000000

Color Harmonies of #594DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DFB

Black with #594DFB

Text Example


Text Example

White with #594DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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