Html Css Color HEX #594FFD Neon Blue

📋 copy color: '#594FFD'

red 89 ◦ green 79 ◦ blue 253

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

Shades of Neon Blue #594FFD

Tints of Neon Blue #594FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

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

R = 21.14%
G = 18.76%
B = 60.1%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#594FFD (or 0x594FFD) is known color: Neon Blue. HEX triplet: 59, 4F and FD. RGB value is (89,79,253). Sum of RGB (Red+Green+Blue) = 89+79+253=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #594FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594FFD is #A6B002. Grayscale: #656565. Windows color (decimal): -10924035 or 16600921. OLE color: 16600921.

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

Color convert

RGB 89 79 253 -
CMYK 0.65 0.69 0 0.01
HSL 243.45º 0.98% 0.65% -
HSV(B) 243.45º 0.69% 0.99% -
XYZ 24.65 14.81 94.49 -
YUV 101.83 213.31 118.85 -
System Red Green Blue C M Y K H S L
Decimal 89 79 253 0.65 0.69 0 0.01 243.45 0.98 0.65
Hex 59 4F FD 41 45 0 1 F3 62 41
Octal 131 117 375 101 105 0 1 363 142 101
Binary 1011001 1001111 11111101 1000001 1000101 0 1 11110011 1100010 1000001

Color Harmonies of #594FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FFD

Black with #594FFD

Text Example


Text Example

White with #594FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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