Html Css Color HEX #594BFD Neon Blue

📋 copy color: '#594BFD'

red 89 ◦ green 75 ◦ blue 253

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

Shades of Neon Blue #594BFD

Tints of Neon Blue #594BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

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

R = 21.34%
G = 17.99%
B = 60.67%

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

#594BFD (or 0x594BFD) is known color: Neon Blue. HEX triplet: 59, 4B and FD. RGB value is (89,75,253). Sum of RGB (Red+Green+Blue) = 89+75+253=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #594BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594BFD is #A6B402. Grayscale: #626262. Windows color (decimal): -10925059 or 16599897. OLE color: 16599897.

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

Color convert

RGB 89 75 253 -
CMYK 0.65 0.70 0 0.01
HSL 244.72º 0.98% 0.64% -
HSV(B) 244.72º 0.7% 0.99% -
XYZ 24.37 14.25 94.39 -
YUV 99.48 214.64 120.53 -
System Red Green Blue C M Y K H S L
Decimal 89 75 253 0.65 0.70 0 0.01 244.72 0.98 0.64
Hex 59 4B FD 41 46 0 1 F5 62 40
Octal 131 113 375 101 106 0 1 365 142 100
Binary 1011001 1001011 11111101 1000001 1000110 0 1 11110101 1100010 1000000

Color Harmonies of #594BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BFD

Black with #594BFD

Text Example


Text Example

White with #594BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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