Html Css Color HEX #594CFC Neon Blue

📋 copy color: '#594CFC'

red 89 ◦ green 76 ◦ blue 252

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

Shades of Neon Blue #594CFC

Tints of Neon Blue #594CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

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

R = 21.34%
G = 18.23%
B = 60.43%

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

#594CFC (or 0x594CFC) is known color: Neon Blue. HEX triplet: 59, 4C and FC. RGB value is (89,76,252). Sum of RGB (Red+Green+Blue) = 89+76+252=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #594CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594CFC is #A6B303. Grayscale: #636363. Windows color (decimal): -10924804 or 16534617. OLE color: 16534617.

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

Color convert

RGB 89 76 252 -
CMYK 0.65 0.70 0 0.01
HSL 244.43º 0.97% 0.64% -
HSV(B) 244.43º 0.7% 0.99% -
XYZ 24.27 14.32 93.58 -
YUV 99.95 213.81 120.19 -
System Red Green Blue C M Y K H S L
Decimal 89 76 252 0.65 0.70 0 0.01 244.43 0.97 0.64
Hex 59 4C FC 41 46 0 1 F4 61 40
Octal 131 114 374 101 106 0 1 364 141 100
Binary 1011001 1001100 11111100 1000001 1000110 0 1 11110100 1100001 1000000

Color Harmonies of #594CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CFC

Black with #594CFC

Text Example


Text Example

White with #594CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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