Html Css Color HEX #594DFC Neon Blue

📋 copy color: '#594DFC'

red 89 ◦ green 77 ◦ blue 252

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

Shades of Neon Blue #594DFC

Tints of Neon Blue #594DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.29%

R = 21.29%
G = 18.42%
B = 60.29%

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

#594DFC (or 0x594DFC) is known color: Neon Blue. HEX triplet: 59, 4D and FC. RGB value is (89,77,252). Sum of RGB (Red+Green+Blue) = 89+77+252=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #594DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DFC is #A6B203. Grayscale: #636363. Windows color (decimal): -10924548 or 16534873. OLE color: 16534873.

HSL color Cylindrical-coordinate representation of color #594DFC: hue angle of 244.11º degrees, saturation: 0.97, 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 #594DFC is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 77 252 -
CMYK 0.65 0.69 0 0.01
HSL 244.11º 0.97% 0.65% -
HSV(B) 244.11º 0.69% 0.99% -
XYZ 24.34 14.46 93.6 -
YUV 100.54 213.48 119.77 -
System Red Green Blue C M Y K H S L
Decimal 89 77 252 0.65 0.69 0 0.01 244.11 0.97 0.65
Hex 59 4D FC 41 45 0 1 F4 61 41
Octal 131 115 374 101 105 0 1 364 141 101
Binary 1011001 1001101 11111100 1000001 1000101 0 1 11110100 1100001 1000001

Color Harmonies of #594DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DFC

Black with #594DFC

Text Example


Text Example

White with #594DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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